Home
last modified time | relevance | path

Searched refs:AccumulationScope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h22 class AccumulationScope;
307 friend class AccumulationScope<Types>;
610 friend class AccumulationScope<Types>;
664 // expression and pattern errors since the start. The AccumulationScope is only
669 class AccumulationScope { class
675 explicit AccumulationScope(ExpressionScope<Types>* scope) : scope_(nullptr) { in AccumulationScope() function in v8::internal::AccumulationScope
684 AccumulationScope(const AccumulationScope&) = delete;
685 AccumulationScope& operator=(const AccumulationScope
[all...]
H A Dparser-base.h208 using AccumulationScope = typename v8::internal::AccumulationScope<Types>;
638 AccumulationScope* accumulation_scope = nullptr) in ParsePropertyInfo()
680 AccumulationScope* accumulation_scope;
1018 ExpressionT ParsePossibleDestructuringSubPattern(AccumulationScope* scope);
1020 void ClassifyArrowParameter(AccumulationScope* accumulation_scope,
1182 AccumulationScope* scope,
2059 AccumulationScope accumulation_scope(expression_scope()); in ParseExpressionCoverGrammar()
2103 AccumulationScope* accumulation_scope, int seen_variables) { in ParseArrowParametersWithRest()
2149 AccumulationScope accumulation_scop in ParseArrayLiteral()
[all...]

Completed in 8 milliseconds