Home
last modified time | relevance | path

Searched refs:has_fast_object_elements (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.h415 inline bool has_fast_object_elements() const;
Dmap-inl.h565 bool Map::has_fast_object_elements() const { in has_fast_object_elements() function
Djs-function.cc768 DCHECK(map->has_fast_object_elements()); in EnsureHasInitialMap()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc476 CHECK_EQ(map().has_fast_object_elements(), HasObjectElements()); in JSObjectVerify()