Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc5621 RegisterList construct_args = register_allocator()->NewRegisterList(3); in VisitCallSuper() local
5622 builder()->StoreAccumulatorInRegister(construct_args[1]); in VisitCallSuper()
5623 builder()->MoveRegister(constructor, construct_args[0]); in VisitCallSuper()
5624 VisitForRegisterValue(super->new_target_var(), construct_args[2]); in VisitCallSuper()
5625 builder()->CallJSRuntime(Context::REFLECT_CONSTRUCT_INDEX, construct_args); in VisitCallSuper()

Completed in 12 milliseconds