Searched refs:accumulation_scope (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 638 AccumulationScope* accumulation_scope = nullptr) in ParsePropertyInfo() 639 : accumulation_scope(accumulation_scope), in ParsePropertyInfo() 680 AccumulationScope* accumulation_scope; member 1020 void ClassifyArrowParameter(AccumulationScope* accumulation_scope, 2059 AccumulationScope accumulation_scope(expression_scope()); in ParseExpressionCoverGrammar() 2063 return ParseArrowParametersWithRest(&list, &accumulation_scope, in ParseExpressionCoverGrammar() 2070 ClassifyArrowParameter(&accumulation_scope, expr_pos, expression); in ParseExpressionCoverGrammar() 2103 AccumulationScope* accumulation_scope, int seen_variables) { in ParseArrowParametersWithRest() 2109 ClassifyArrowParameter(accumulation_scope, pattern_po in ParseArrowParametersWithRest() 2101 ParseArrowParametersWithRest( typename ParserBase<Impl>::ExpressionListT* list, AccumulationScope* accumulation_scope, int seen_variables) ParseArrowParametersWithRest() argument 5019 ClassifyArrowParameter( AccumulationScope* accumulation_scope, int position, ExpressionT parameter) ClassifyArrowParameter() argument [all...] |
Completed in 6 milliseconds