Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmap-inl.h183 if (has_fast_elements() || has_fast_string_wrapper_elements()) { in GetInitialElements()
440 bool Map::has_fast_string_wrapper_elements() const { in has_fast_string_wrapper_elements() function
H A Dmap.h391 inline bool has_fast_string_wrapper_elements() const;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap-inl.h245 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()
588 bool Map::has_fast_string_wrapper_elements() const { in has_fast_string_wrapper_elements() function
H A Dmap.h417 inline bool has_fast_string_wrapper_elements() const;
H A Djs-objects-inl.h242 object->map().has_fast_string_wrapper_elements()) == in SetMapAndElements()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-inl.h221 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()
511 bool Map::has_fast_string_wrapper_elements() const { in has_fast_string_wrapper_elements() function
H A Dmap.h416 inline bool has_fast_string_wrapper_elements() const;
H A Djs-objects-inl.h225 object->map().has_fast_string_wrapper_elements()) == in SetMapAndElements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-inl.h230 if (has_fast_elements() || has_fast_string_wrapper_elements() || in GetInitialElements()
518 bool Map::has_fast_string_wrapper_elements() const { in has_fast_string_wrapper_elements() function
H A Dmap.h411 inline bool has_fast_string_wrapper_elements() const;
H A Djs-objects-inl.h221 object->map().has_fast_string_wrapper_elements()) == in SetMapAndElements()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-inl.h1329 object->map()->has_fast_string_wrapper_elements()) == in SetMapAndElements()