Searched defs:hasInstance (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.js236 EvilExceptionObject.hasInstance = function f() { return f(); };
239 EvilExceptionObject.hasInstance = function () { return true; };
H A Dtestapi.c363 JSStringRef hasInstanceName = JSStringCreateWithUTF8CString("hasInstance");
364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception); local
366 if (!hasInstance)
368 JSObjectRef function = JSValueToObject(context, hasInstance, exception);
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h110 JSObjectHasInstanceCallback hasInstance; member in struct:OpaqueJSClass
H A DJSCallbackObjectFunctions.h337 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue value, JSValue) function in class:JSC::JSCallbackObject
343 if (JSObjectHasInstanceCallback hasInstance = jsClass->hasInstance) {
349 result = hasInstance(execRef, thisRef, valueRef, &exception);
H A DJSObjectRef.h244 @abstract hasInstance The callback invoked when an object is used as the target of an 'instanceof' expression.
258 Standard JavaScript practice calls for objects that implement the callAsConstructor callback to implement the hasInstance callback as well.
327 @field hasInstance The callback invoked when an object is used as the target of an 'instanceof' expression.
362 JSObjectHasInstanceCallback hasInstance; member in struct:__anon14890
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp402 bool JSObject::hasInstance(ExecState* exec, JSValue value, JSValue proto) function in class:JSC::JSObject
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 645 milliseconds