Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.h33 TNode<JSArray> CreateEmptyArrayLiteral(TNode<FeedbackVector> feedback_vector,
H A Dbuiltins-constructor-gen.cc483 TNode<JSArray> ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in ConstructorBuiltinsAssembler
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h270 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
H A Dinterpreter-generator.cc2317 // CreateEmptyArrayLiteral <literal_idx>
2320 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER()
2330 result = constructor_assembler.CreateEmptyArrayLiteral( in IGNITION_HANDLER()
H A Dbytecodes.h307 V(CreateEmptyArrayLiteral, ImplicitRegisterUse::kWriteAccumulator, \
H A Dbytecode-array-builder.cc1019 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecode-generator.cc3416 builder()->CreateEmptyArrayLiteral(literal_index); in BuildCreateArrayLiteral()
4261 builder()->CreateEmptyArrayLiteral( in BuildDestructuringArrayAssignment()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc720 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateEmptyArrayLiteral)

Completed in 25 milliseconds