Searched refs:rest_parameter (Results 1 – 3 of 3) sorted by relevance
2465 DCHECK(!has_rest_ || var != rest_parameter()); in AllocateParameterLocals()2546 DCHECK(!has_rest_ || !MustAllocate(rest_parameter()) || in AllocateLocals()2547 !rest_parameter()->IsUnallocated()); in AllocateLocals()
1075 Variable* rest_parameter() const {
1406 Variable* rest_parameter = closure_scope()->rest_parameter(); in GenerateBytecodeBody() local1407 VisitRestArgumentsArray(rest_parameter); in GenerateBytecodeBody()