Home
last modified time | relevance | path

Searched refs:kMaxFastProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.h942 static const int kMaxFastProperties = 128; variable
Dmap-inl.h185 int limit = std::max({kMaxFastProperties, GetInObjectProperties()}); in TooManyFastProperties()