Home
last modified time | relevance | path

Searched refs:RewriteNonPattern (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h1672 Traits::RewriteNonPattern(&classifier, CHECK_OK); in ParseExpression()
1852 Traits::RewriteNonPattern(&computed_name_classifier, CHECK_OK); in ParsePropertyName()
1969 Traits::RewriteNonPattern(&rhs_classifier, in ParsePropertyDefinition()
2043 Traits::RewriteNonPattern(classifier, ok); in ParsePropertyDefinition()
2170 Traits::RewriteNonPattern(classifier, in ParseArguments()
2211 Traits::RewriteNonPattern(classifier, in ParseArguments()
2368 Traits::RewriteNonPattern(&rhs_classifier, CHECK_OK); in ParseAssignmentExpression()
2452 Traits::RewriteNonPattern(classifier, CHECK_OK); in ParseYieldExpression()
2553 Traits::RewriteNonPattern(classifier, CHECK_OK); in ParseConditionalExpression()
2561 Traits::RewriteNonPattern(classifier, CHECK_OK); in ParseConditionalExpression()
[all …]
Dpreparser.h984 inline void RewriteNonPattern(Type::ExpressionClassifier* classifier,
1209 void PreParserTraits::RewriteNonPattern(Type::ExpressionClassifier* classifier, in RewriteNonPattern() function
Dpreparser.cc903 RewriteNonPattern(&classifier, CHECK_OK); in ParseForStatement()
942 RewriteNonPattern(&classifier, CHECK_OK); in ParseForStatement()
Dparser.cc1646 RewriteNonPattern(&classifier, CHECK_OK); in ParseExportDefault()
2429 RewriteNonPattern(&classifier, CHECK_OK); in ParseVariableDeclarations()
3676 RewriteNonPattern(&classifier, CHECK_OK); in ParseForStatement()
3781 RewriteNonPattern(&classifier, CHECK_OK); in ParseForStatement()
3801 RewriteNonPattern(&classifier, CHECK_OK); in ParseForStatement()
4078 ParserTraits::RewriteNonPattern(classifier, ok); in DesugarAsyncFunctionBody()
4932 RewriteNonPattern(&extends_classifier, CHECK_OK); in ParseClassLiteral()
4961 RewriteNonPattern(&property_classifier, CHECK_OK); in ParseClassLiteral()
5615 void ParserTraits::RewriteNonPattern(Type::ExpressionClassifier* classifier, in RewriteNonPattern() function in v8::internal::ParserTraits
5617 parser_->RewriteNonPattern(classifier, ok); in RewriteNonPattern()
[all …]
Dparser.h670 V8_INLINE void RewriteNonPattern(Type::ExpressionClassifier* classifier,
1094 V8_INLINE void RewriteNonPattern(ExpressionClassifier* classifier, bool* ok);