Home
last modified time | relevance | path

Searched defs:AccumulationScope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dexpression-scope.h22 class AccumulationScope; variable
675 explicit AccumulationScope(ExpressionScope<Types>* scope) : scope_(nullptr) { in AccumulationScope() function
Dparser-base.h208 using AccumulationScope = typename v8::internal::AccumulationScope<Types>; variable