Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements-kind.h328 inline bool IsHoleyOrDictionaryElementsKind(ElementsKind kind) { in IsHoleyOrDictionaryElementsKind() function
Delements.cc1213 if (IsHoleyOrDictionaryElementsKind(kind())) { in PrependElementIndicesImpl()
1255 if (IsHoleyOrDictionaryElementsKind(kind()) || in PrependElementIndicesImpl()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1689 if ((IsHoleyOrDictionaryElementsKind(receiver_map.elements_kind()) || in ReduceElementAccess()