Home | History | Annotate | Download | only in src

Lines Matching defs:ParseRegExpLiteral

3657       result = ParseRegExpLiteral(true, CHECK_OK);
3661 result = ParseRegExpLiteral(false, CHECK_OK);
4239 Expression* Parser::ParseRegExpLiteral(bool seen_equal, bool* ok) {