JS_GetFunctionDisplayId

Function JS_GetFunctionDisplayId 

Source
pub unsafe fn JS_GetFunctionDisplayId(
    cx: *mut JSContext,
    fun: Handle<'_, *mut JSFunction>,
    name: MutableHandle<'_, *mut JSString>,
) -> bool