Searched defs:is_rest (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 62 inline bool is_rest() const { return initializer_and_is_rest.GetPayload(); } in is_rest() function 871 AddFormalParameter(ParserFormalParameters* parameters, Expression* pattern, Expression* initializer, int initializer_end_position, bool is_rest) AddFormalParameter() argument
|
H A D | parser.cc | 60 bool is_rest = true; in DefaultConstructor() local 2570 bool is_rest = expr->IsSpread(); in AddArrowFunctionFormalParameters() local 3062 const bool is_rest = false; in ParseFunction() local
|
H A D | preparser.h | 1617 AddFormalParameter(PreParserFormalParameters* parameters, const PreParserExpression& pattern, const PreParserExpression& initializer, int initializer_end_position, bool is_rest) AddFormalParameter() argument
|
H A D | parser-base.h | 688 bool is_rest; member
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 1043 void DeclarationScope::RecordParameter(bool is_rest) { in RecordParameter() argument 1009 DeclareParameter(const AstRawString* name, VariableMode mode, bool is_optional, bool is_rest, AstValueFactory* ast_value_factory, int position) DeclareParameter() argument
|
Completed in 26 milliseconds