Function mozjs::rust::jsapi_wrapped::JS_GetFunctionDisplayId

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