Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-inl.h247 has_any_nonextensible_elements()) { in GetInitialElements()
610 bool Map::has_any_nonextensible_elements() const { in has_any_nonextensible_elements() function
Dmap.h425 inline bool has_any_nonextensible_elements() const;
Djs-objects.cc4329 transition_map->has_any_nonextensible_elements()); in PreventExtensionsWithTransition()
4331 if (!transition_map->has_any_nonextensible_elements()) { in PreventExtensionsWithTransition()
4339 if (!new_map->has_any_nonextensible_elements()) { in PreventExtensionsWithTransition()
4386 if (object->map().has_any_nonextensible_elements()) { in PreventExtensionsWithTransition()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc471 map().has_any_nonextensible_elements() || in JSObjectVerify()