Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements-kind.h324 inline bool IsHoleyElementsKindForRead(ElementsKind kind) { in IsHoleyElementsKindForRead() function
329 return IsHoleyElementsKindForRead(kind) || kind == DICTIONARY_ELEMENTS; in IsHoleyOrDictionaryElementsKind()
Dlookup.cc1509 if (IsHoleyElementsKindForRead(elements_kind) && in TryGetOwnConstantElement()
Delements.cc1344 if (IsHoleyElementsKindForRead(kind())) { in GetEntryForIndexImpl()
1918 if (IsHoleyElementsKindForRead(kind)) { in NormalizeImpl()