Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:rest

4687   Variable* rest = scope->rest_parameter(&rest_index);
4688 if (rest) {
8368 Variable* rest = target_info.scope()->rest_parameter(&rest_index);
8369 if (rest) {
8370 TraceInline(target, caller, "target uses rest parameters");
10870 // Separate the number type from the rest.