HomeSort by relevance Sort by last modified time
    Searched refs:hasInstance (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/test/mjsunit/es6/
instanceof.js 5 // Make sure it's an error if @@hasInstance isn't a function.
8 F[Symbol.hasInstance] = null;
15 F[Symbol.hasInstance] = function() { return undefined; };
17 F[Symbol.hasInstance] = function() { return null; };
19 F[Symbol.hasInstance] = function() { return true; };
23 // Make sure if @@hasInstance throws, we catch it.
26 F[Symbol.hasInstance] = function() { throw new Error("always throws"); }
34 // @@hasInstance works for bound functions.
39 assertEquals(bound[Symbol.hasInstance](bc), true);
40 assertEquals(bound[Symbol.hasInstance]([]), false)
    [all...]
symbols.js 445 "hasInstance",
proxies.js 1026 if (p === Symbol.hasInstance) {
    [all...]
  /external/v8/test/mjsunit/compiler/
optimized-instanceof-1.js 12 F[Symbol.hasInstance] = function(v) { return true };
optimized-instanceof-2.js 16 F[Symbol.hasInstance] = function(v) { return true };
  /system/core/include/utils/
Singleton.h 42 static bool hasInstance() {
  /frameworks/base/libs/hwui/
ResourceCache.cpp 115 if (Caches::hasInstance()) {
138 if (Caches::hasInstance()) {
DisplayList.cpp 70 if (path->unique() && Caches::hasInstance()) {
Caches.h 76 static bool hasInstance() {
  /frameworks/base/libs/hwui/renderthread/
RenderThread.h 108 static bool hasInstance();
RenderProxy.cpp 113 if (Caches::hasInstance()) {
365 if (RenderThread::hasInstance()) {
467 if (Caches::hasInstance()) {
484 if (!RenderThread::hasInstance()) return;
644 if (Caches::hasInstance() && args->thread->eglManager().hasEglContext()) {
658 if (!RenderThread::hasInstance()) return;
RenderThread.cpp 140 bool RenderThread::hasInstance() {
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 82 if (android::uirenderer::ResourceCache::hasInstance()) {
Graphics.cpp 531 if (android::uirenderer::Caches::hasInstance()) {
Path.cpp 42 if (obj->unique() && android::uirenderer::Caches::hasInstance()) {
Bitmap.cpp 199 if (android::uirenderer::Caches::hasInstance()) {
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 99 if (Caches::hasInstance()) {
  /frameworks/base/core/jni/
android_view_DisplayListCanvas.cpp 120 if (!Caches::hasInstance()) {
127 if (!Caches::hasInstance()) {
  /external/v8/src/js/
symbol.js 83 "hasInstance", hasInstanceSymbol,
  /external/v8/src/
heap-symbols.h 214 V(has_instance_symbol, Symbol.hasInstance) \
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 221 return renderthread::RenderThread::hasInstance();
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 982 milliseconds

1 2