Searched refs:ParseRegExpLiteral (Results 1 – 1 of 1) sorted by relevance
205 Expression* ParseRegExpLiteral(bool seen_equal, bool* ok);3310 result = ParseRegExpLiteral(true, CHECK_OK); in ParsePrimaryExpression()3314 result = ParseRegExpLiteral(false, CHECK_OK); in ParsePrimaryExpression()3626 Expression* Parser::ParseRegExpLiteral(bool seen_equal, bool* ok) { in ParseRegExpLiteral() function in v8::internal::Parser