Function mozjs::glue::InvokeHasOwn

source ·
pub unsafe extern "C" fn InvokeHasOwn(
    handler: *const c_void,
    cx: *mut JSContext,
    proxy: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    bp: *mut bool
) -> bool