Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddictionary-inl.h132 return 0 != (Smi::ToInt(max_index_object) & kRequiresSlowElementsMask); in requires_slow_elements()
144 set(kMaxNumberKeyIndex, Smi::FromInt(kRequiresSlowElementsMask)); in set_requires_slow_elements()
Ddictionary.h354 static const int kRequiresSlowElementsMask = 1; in EXTERN_DECLARE_DICTIONARY() local