Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.h729 inline bool TooManyFastProperties(StoreOrigin store_origin) const;
Dmap-inl.h181 bool Map::TooManyFastProperties(StoreOrigin store_origin) const { in TooManyFastProperties() function
Dmap.cc1854 if (!map->TooManyFastProperties(store_origin)) { in TransitionToDataProperty()
2001 map->TooManyFastProperties(StoreOrigin::kNamed)) { in TransitionToAccessorProperty()