Searched refs:rest_parameter (Results 1 – 3 of 3) sorted by relevance
2204 DCHECK(!has_rest_ || var != rest_parameter()); in AllocateParameterLocals()2273 DCHECK(!has_rest_ || !MustAllocate(rest_parameter()) || in AllocateLocals()2274 !rest_parameter()->IsUnallocated()); in AllocateLocals()
791 Variable* rest_parameter() const { in rest_parameter() function
1066 Variable* rest_parameter = closure_scope()->rest_parameter(); in GenerateBytecodeBody() local1067 VisitRestArgumentsArray(rest_parameter); in GenerateBytecodeBody()