Searched refs:ParseRegExpLiteral (Results 1 – 4 of 4) sorted by relevance
560 Expression ParseRegExpLiteral(bool seen_equal, bool* ok);
1150 result = ParseRegExpLiteral(true, CHECK_OK); in ParsePrimaryExpression()1154 result = ParseRegExpLiteral(false, CHECK_OK); in ParsePrimaryExpression()1317 PreParser::Expression PreParser::ParseRegExpLiteral(bool seen_equal, in ParseRegExpLiteral() function in v8::preparser::PreParser
643 Expression* ParseRegExpLiteral(bool seen_equal, bool* ok);
3657 result = ParseRegExpLiteral(true, CHECK_OK); in ParsePrimaryExpression()3661 result = ParseRegExpLiteral(false, CHECK_OK); in ParsePrimaryExpression()4239 Expression* Parser::ParseRegExpLiteral(bool seen_equal, bool* ok) { in ParseRegExpLiteral() function in v8::internal::Parser