Home
last modified time | relevance | path

Searched refs:HasFastElements (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc216 CHECK(array->HasFastElements()); in RUNTIME_FUNCTION()
Druntime.h505 F(HasFastElements, 1, 1) \
Druntime-test.cc1392 ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION(HasFastElements)
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1484 if (!JSObject::cast(arg).HasFastElements()) { in Fast_ArrayConcat()
1572 if (!array->HasFastElements(isolate)) return false; in IsFastArray()
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h676 DEF_GETTER(JSObject, HasFastElements, bool) { in DEF_GETTER() argument
Djs-objects.h368 DECL_GETTER(HasFastElements, bool)
Dlookup.cc479 DCHECK(attributes != NONE || !holder_obj->HasFastElements(isolate_)); in ReconfigureDataProperty()
Dvalue-serializer.cc701 array->HasFastElements(cage_base) && !array->HasHoleyElements(cage_base); in WriteJSArray()
Dobjects.cc1028 !array->length().ToUint32(&length) || !array->HasFastElements() || in CreateListFromArrayLikeFastPath()
5242 if (!HasFastElements()) return false; in SetLengthWouldNormalize()
Djs-objects.cc5094 if (!HasFastElements()) return false; in WouldConvertToSlowElements()
Delements.cc1540 object->HasFastElements() || object->HasFastStringWrapperElements() in AddImpl()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1154 (HasFastElements() || HasAnyNonextensibleElements())) { in JSArrayVerify()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2562 DCHECK(js_obj.HasFastElements() || in NewJSObjectFromMap()