Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.h491 int GetTotal() const { return mutable_count() + const_count(); } in GetTotal() function
Dmap-inl.h191 return external > limit || counts.GetTotal() > kMaxNumberOfDescriptors; in TooManyFastProperties()