Searched refs:construct_args (Results 1 – 1 of 1) sorted by relevance
3733 RegisterList construct_args = register_allocator()->NewRegisterList(3); in VisitCallSuper() local3734 builder()->MoveRegister(constructor, construct_args[0]); in VisitCallSuper()3735 builder()->MoveRegister(array, construct_args[1]); in VisitCallSuper()3736 VisitForRegisterValue(super->new_target_var(), construct_args[2]); in VisitCallSuper()3737 builder()->CallJSRuntime(Context::REFLECT_CONSTRUCT_INDEX, construct_args); in VisitCallSuper()