script::dom::bindings::import::module::jsapi

Function JS_HasInstance

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