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 302 bool is_rest)
307 is_rest(is_rest) {}
312 bool is_rest; member in struct:v8::internal::ParserFormalParameters::Parameter
314 return pattern->IsVariableProxy() && initializer == nullptr && !is_rest;
547 int initializer_end_position, bool is_rest);
    [all...]
parser-base.h 1462 bool is_rest = false; local
2888 bool is_rest = parameters->has_rest; local
    [all...]
preparser.h 886 int initializer_end_position, bool is_rest) {
    [all...]
parser.cc 3973 bool is_rest = expr->IsSpread(); local
    [all...]
  /external/v8/src/ast/
scopes.cc 506 bool is_optional, bool is_rest, bool* is_duplicate) {
509 DCHECK(!is_optional || !is_rest);
519 if (!is_optional && !is_rest && arity_ == params_.length()) {
522 if (is_rest) {
    [all...]
scopes.h 160 bool is_optional, bool is_rest, bool* is_duplicate);
    [all...]

Completed in 4206 milliseconds