Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-array.cc299 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
396 JSObject::PrototypeHasNoElements(isolate, JSObject::cast(*object))) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Delements.cc1720 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
1766 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IncludesValueImpl()
1801 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
1840 if (!JSObject::PrototypeHasNoElements(isolate, *receiver)) { in IndexOfValueImpl()
2240 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IncludesValueImpl()
2594 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
2997 DCHECK(JSObject::PrototypeHasNoElements(isolate, *receiver)); in IndexOfValueImpl()
4618 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IncludesValueImpl()
4660 DCHECK(JSObject::PrototypeHasNoElements(isolate, *object)); in IndexOfValueImpl()
Djs-objects-inl.h125 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject object) { in PrototypeHasNoElements() function
Djs-objects.h515 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject object);
Dobjects.cc1029 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc33 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed()
44 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()