HomeSort by relevance Sort by last modified time
    Searched refs:hasInstance (Results 1 - 20 of 20) 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;
JSClassRef.cpp 71 , hasInstance(definition->hasInstance)
JSCallbackObject.h 165 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto);
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...]
JSValueRef.cpp 178 bool result = jsConstructor->hasInstance(exec, jsValue, jsConstructor->get(exec, exec->propertyNames().prototype)); // false if an exception is thrown
  /frameworks/base/libs/hwui/
ResourceCache.cpp 196 if (Caches::hasInstance()) {
218 if (Caches::hasInstance()) {
314 if (Caches::hasInstance()) {
322 if (Caches::hasInstance()) {
  /frameworks/base/core/jni/android/graphics/
ColorFilter.cpp 39 if (android::uirenderer::Caches::hasInstance()) {
Bitmap.cpp 256 if (android::uirenderer::Caches::hasInstance()) {
266 if (android::uirenderer::Caches::hasInstance()) {
Path.cpp 38 if (android::uirenderer::Caches::hasInstance()) {
Shader.cpp 59 if (android::uirenderer::Caches::hasInstance()) {
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 96 if (Caches::hasInstance()) {
102 if (Caches::hasInstance()) {
108 if (Caches::hasInstance()) {
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 402 bool JSObject::hasInstance(ExecState* exec, JSValue value, JSValue proto)
JSObject.h 130 virtual bool hasInstance(ExecState*, JSValue, JSValue prototypeProperty);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /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 410 milliseconds