HomeSort by relevance Sort by last modified time
    Searched refs:is_rest (Results 1 - 6 of 6) sorted by null

  /external/v8/src/parsing/
parser.h 294 bool is_rest)
299 is_rest(is_rest) {}
304 bool is_rest; member in struct:v8::internal::ParserFormalParameters::Parameter
306 return pattern->IsVariableProxy() && initializer == nullptr && !is_rest;
550 int initializer_end_position, bool is_rest);
    [all...]
parser-base.h 1702 bool is_rest = false; local
3175 bool is_rest = parameters->has_rest; local
    [all...]
preparser.h 916 int initializer_end_position, bool is_rest) {
    [all...]
parser.cc 212 bool is_rest = true; local
216 is_optional, is_rest, &is_duplicate);
4001 bool is_rest = expr->IsSpread(); local
    [all...]
  /external/v8/src/ast/
scopes.cc 487 bool is_optional, bool is_rest, bool* is_duplicate) {
490 DCHECK(!is_optional || !is_rest);
500 if (!is_optional && !is_rest && arity_ == params_.length()) {
503 if (is_rest) {
    [all...]
scopes.h 159 bool is_optional, bool is_rest, bool* is_duplicate);

Completed in 161 milliseconds