Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h123 enum class ArrayIteratorKind { kArrayLike, kTypedArray }; enumerator
Djs-call-reducer.cc4834 return ReduceArrayIterator(node, ArrayIteratorKind::kTypedArray, in ReduceJSCall()
4837 return ReduceArrayIterator(node, ArrayIteratorKind::kTypedArray, in ReduceJSCall()
4840 return ReduceArrayIterator(node, ArrayIteratorKind::kTypedArray, in ReduceJSCall()
6185 if (array_kind == ArrayIteratorKind::kTypedArray && in ReduceArrayIterator()
6190 if (array_kind == ArrayIteratorKind::kTypedArray) { in ReduceArrayIterator()