Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h720 DEF_GETTER(JSObject, HasFastStringWrapperElements, bool) { in DEF_GETTER() argument
Djs-objects.h404 DECL_GETTER(HasFastStringWrapperElements, bool)
Djs-objects.cc2339 object->HasFastStringWrapperElements() || in EnsureWritableFastElements()
3909 object->HasFastStringWrapperElements() || in NormalizeElements()
3918 : object->HasFastStringWrapperElements() in NormalizeElements()
Delements.cc1540 object->HasFastElements() || object->HasFastStringWrapperElements() in AddImpl()
1962 obj->HasFastStringWrapperElements()); in DeleteCommon()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc473 HasFastStringWrapperElements()), in JSObjectVerify()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2564 js_obj.HasFastStringWrapperElements() || in NewJSObjectFromMap()