Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h316 void BuildCreateArrayLiteral(const ZonePtrList<Expression>* elements,
Dbytecode-generator.cc3351 void BytecodeGenerator::BuildCreateArrayLiteral( in BuildCreateArrayLiteral() function in v8::internal::interpreter::BytecodeGenerator
3512 BuildCreateArrayLiteral(expr->values(), expr); in VisitArrayLiteral()
5511 BuildCreateArrayLiteral(expr->arguments(), nullptr); in VisitCall()
5615 BuildCreateArrayLiteral(args, nullptr); in VisitCallSuper()
5729 BuildCreateArrayLiteral(expr->arguments(), nullptr); in VisitCallNew()