Home
last modified time | relevance | path

Searched refs:PrototypeHasNoElements (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-array.cc288 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
385 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-array.cc293 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
390 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-array.cc300 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
397 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-array.cc539 if (!JSObject::PrototypeHasNoElements(isolate, *object) || in RUNTIME_FUNCTION()
794 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
892 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-array.cc55 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed()
67 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Delements.cc1650 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
1696 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IncludesValueImpl()
1731 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
1770 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IndexOfValueImpl()
2166 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
2514 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
2908 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
4133 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IncludesValueImpl()
4175 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IndexOfValueImpl()
H A Djs-objects-inl.h108 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject object) { in PrototypeHasNoElements() function
H A Djs-objects.h466 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject object);
H A Dobjects.cc967 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Delements.cc1652 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
1698 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IncludesValueImpl()
1733 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
1772 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IndexOfValueImpl()
2168 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
2516 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
2910 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
4136 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IncludesValueImpl()
4178 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IndexOfValueImpl()
H A Djs-objects-inl.h104 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject object) { in PrototypeHasNoElements() function
H A Djs-objects.h478 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject object);
H A Dobjects.cc973 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Delements.cc1759 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
1804 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IncludesValueImpl()
1839 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
1875 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IndexOfValueImpl()
2304 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
2697 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
2856 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
3855 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IncludesValueImpl()
3897 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IndexOfValueImpl()
H A Dobjects-inl.h896 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject* object) { in PrototypeHasNoElements() function
H A Dobjects.h2471 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject* object);
H A Dobjects.cc851 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Delements.cc1716 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
1762 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IncludesValueImpl()
1797 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
1836 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IndexOfValueImpl()
2236 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
2590 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
2993 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
4554 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IncludesValueImpl()
4596 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IndexOfValueImpl()
H A Djs-objects-inl.h123 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject object) { in PrototypeHasNoElements() function
H A Djs-objects.h495 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject object);
H A Dobjects.cc1024 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array.cc29 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed()
40 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array.cc32 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed()
43 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array.cc30 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed()
41 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()