Home
last modified time | relevance | path

Searched refs:kArrayLike (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.cc4620 return ReduceArrayIterator(node, ArrayIteratorKind::kArrayLike, in ReduceJSCall()
4623 return ReduceArrayIterator(node, ArrayIteratorKind::kArrayLike, in ReduceJSCall()
4626 return ReduceArrayIterator(node, ArrayIteratorKind::kArrayLike, in ReduceJSCall()