Home
last modified time | relevance | path

Searched defs:is_rest (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/parsing/
Dparser.h100 bool is_rest; member
Dparser.cc105 bool is_rest = true; in DefaultConstructor() local
572 bool is_rest = false; in DoParseProgram() local
2405 bool is_rest = expr->IsSpread(); in AddArrowFunctionFormalParameters() local
3090 const bool is_rest = false; in ParseFunction() local
Dpreparser.h862 bool is_rest : 1; member
Dparser-base.h3781 bool is_rest = parameters->has_rest; in ParseFormalParameter() local
/external/v8/src/ast/
Dscopes.cc1022 const AstRawString* name, VariableMode mode, bool is_optional, bool is_rest, in DeclareParameter()
1051 const AstRawString* name, bool is_rest, AstValueFactory* ast_value_factory, in DeclareParameterName()