Searched refs:PrototypeHasNoElements (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
D | runtime-array.cc | 299 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/ |
D | elements.cc | 1720 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()
|
D | js-objects-inl.h | 125 bool JSObject::PrototypeHasNoElements(Isolate* isolate, JSObject object) { in PrototypeHasNoElements() function
|
D | js-objects.h | 515 static inline bool PrototypeHasNoElements(Isolate* isolate, JSObject object);
|
D | objects.cc | 1029 !JSObject::PrototypeHasNoElements(isolate, *array)) { in CreateListFromArrayLikeFastPath()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array.cc | 33 return JSObject::PrototypeHasNoElements(isolate, receiver); in IsJSArrayFastElementMovingAllowed() 44 return JSObject::PrototypeHasNoElements(isolate, receiver); in HasOnlySimpleReceiverElements()
|