Home | History | Annotate | Download | only in parsing

Lines Matching full:accumulate

1387   V8_INLINE void Accumulate(unsigned productions,
1392 previous->Accumulate(classifier_, productions, merge_non_patterns);
1404 // Accumulate errors that can be arbitrarily deep in an expression.
1413 Accumulate(ExpressionClassifier::FormalParameterInitializerProduction |
1879 // No need to accumulate binding pattern-related errors, since
1881 impl()->Accumulate(ExpressionClassifier::AllProductions &
2703 // themselves are not allowed, e.g., "[(x)] = []". Only accumulate
2712 // This is definitely not an expression so don't accumulate
2720 impl()->Accumulate(productions);
2724 impl()->Accumulate(productions, false);