Function mozjs::jsapi::JS_HasInstance

source ·
pub unsafe extern "C" fn JS_HasInstance(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    v: Handle<Value>,
    bp: *mut bool
) -> bool