Searched refs:construct_args (Results 1 – 1 of 1) sorted by relevance
5621 RegisterList construct_args = register_allocator()->NewRegisterList(3); in VisitCallSuper() local5622 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()