Home
last modified time | relevance | path

Searched refs:first_spread (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3524 int first_spread = 0; in ArrayLiteralFromListWithSpread() local
3525 for (; first_spread < list.length() && !list.at(first_spread)->IsSpread(); in ArrayLiteralFromListWithSpread()
3526 ++first_spread) { in ArrayLiteralFromListWithSpread()
3529 DCHECK_LT(first_spread, list.length()); in ArrayLiteralFromListWithSpread()
3530 return factory()->NewArrayLiteral(list, first_spread, kNoSourcePosition); in ArrayLiteralFromListWithSpread()

Completed in 10 milliseconds