pub unsafe fn JS_InstanceOf( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, clasp: *const JSClass, args: *mut CallArgs, ) -> bool