Function js::jsapi::JS_HasInstance
[−]
[src]
pub unsafe extern "C" fn JS_HasInstance(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
v: Handle<Value>,
bp: *mut bool
) -> bool