HomeSort by relevance Sort by last modified time
    Searched defs:hasInstance (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/utils/
Singleton.h 42 static bool hasInstance() {
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.js 236 EvilExceptionObject.hasInstance = function f() { return f(); };
239 EvilExceptionObject.hasInstance = function () { return true; };
testapi.c 363 JSStringRef hasInstanceName = JSStringCreateWithUTF8CString("hasInstance");
364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception);
366 if (!hasInstance)
368 JSObjectRef function = JSValueToObject(context, hasInstance, exception);
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.h 110 JSObjectHasInstanceCallback hasInstance;
JSCallbackObjectFunctions.h 337 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue value, JSValue)
343 if (JSObjectHasInstanceCallback hasInstance = jsClass->hasInstance) {
349 result = hasInstance(execRef, thisRef, valueRef, &exception);
JSObjectRef.h 244 @abstract hasInstance The callback invoked when an object is used as the target of an 'instanceof' expression.
250 @discussion If you named your function HasInstance, you would declare it like this:
252 bool HasInstance(JSContextRef ctx, JSObjectRef constructor, JSValueRef possibleInstance, JSValueRef* exception);
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;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 402 bool JSObject::hasInstance(ExecState* exec, JSValue value, JSValue proto)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 954 milliseconds