JS_HasInstance

Function JS_HasInstance 

Source
pub unsafe fn JS_HasInstance(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    v: Handle<'_, Value>,
    bp: *mut bool,
) -> bool