Home
last modified time | relevance | path

Searched refs:array_kind (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1280 ElementsKind array_kind = in Slow_ArrayConcat()
1282 if (IsAnyNonextensibleElementsKind(array_kind)) { in Slow_ArrayConcat()
1283 array_kind = PACKED_ELEMENTS; in Slow_ArrayConcat()
1285 kind = GetMoreGeneralElementsKind(kind, array_kind); in Slow_ArrayConcat()
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h124 Reduction ReduceArrayIterator(Node* node, ArrayIteratorKind array_kind,
Djs-call-reducer.cc6169 ArrayIteratorKind array_kind, in ReduceArrayIterator() argument
6185 if (array_kind == ArrayIteratorKind::kTypedArray && in ReduceArrayIterator()
6190 if (array_kind == ArrayIteratorKind::kTypedArray) { in ReduceArrayIterator()
/third_party/node/deps/v8/src/objects/
Dobjects.cc1788 ElementsKind array_kind = array.GetElementsKind(); in IterationHasObservableEffects() local
1789 if (IsFastPackedElementsKind(array_kind)) return false; in IterationHasObservableEffects()
1794 if (IsHoleyElementsKind(array_kind) && in IterationHasObservableEffects()