Home
last modified time | relevance | path

Searched refs:rest_parameter_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.cc207 rest_parameter_ = NULL; in SetDefaults()
523 DCHECK_NULL(rest_parameter_); in DeclareParameter()
524 rest_parameter_ = var; in DeclareParameter()
1503 if (rest_parameter_ && !MustAllocate(rest_parameter_)) { in AllocateParameterLocals()
1504 rest_parameter_ = NULL; in AllocateParameterLocals()
1513 if (var == rest_parameter_) continue; in AllocateParameterLocals()
1621 if (rest_parameter_ != nullptr) { in AllocateNonParameterLocalsAndDeclaredGlobals()
1622 AllocateNonParameterLocal(isolate, rest_parameter_); in AllocateNonParameterLocalsAndDeclaredGlobals()
Dscopes.h437 return rest_parameter_; in rest_parameter()
702 Variable* rest_parameter_; variable