Lines Matching refs:accumulation_scope
638 AccumulationScope* accumulation_scope = nullptr)
639 : accumulation_scope(accumulation_scope),
680 AccumulationScope* accumulation_scope;
1020 void ClassifyArrowParameter(AccumulationScope* accumulation_scope,
2059 AccumulationScope accumulation_scope(expression_scope());
2063 return ParseArrowParametersWithRest(&list, &accumulation_scope,
2070 ClassifyArrowParameter(&accumulation_scope, expr_pos, expression);
2103 AccumulationScope* accumulation_scope, int seen_variables) {
2109 ClassifyArrowParameter(accumulation_scope, pattern_pos, pattern);
2149 AccumulationScope accumulation_scope(expression_scope());
2160 ParsePossibleDestructuringSubPattern(&accumulation_scope);
2180 elem = ParsePossibleDestructuringSubPattern(&accumulation_scope);
2316 ParsePossibleDestructuringSubPattern(prop_info->accumulation_scope);
2618 ParsePossibleDestructuringSubPattern(prop_info->accumulation_scope);
2765 AccumulationScope accumulation_scope(expression_scope());
2775 ParsePropertyInfo prop_info(this, &accumulation_scope);
2837 AccumulationScope accumulation_scope(expression_scope());
2849 ClassifyArrowParameter(&accumulation_scope, expr_pos, argument);
5020 AccumulationScope* accumulation_scope, int position,
5022 accumulation_scope->Accumulate();