Home
last modified time | relevance | path

Searched refs:has_fast_string_wrapper_elements (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-inl.h246 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()
589 bool Map::has_fast_string_wrapper_elements() const { in has_fast_string_wrapper_elements() function
Dmap.h421 inline bool has_fast_string_wrapper_elements() const;
Djs-objects-inl.h244 object->map().has_fast_string_wrapper_elements()) == in SetMapAndElements()