Searched refs:NewRegExpLiteral (Results 1 – 3 of 3) sorted by relevance
554 PreParserExpression NewRegExpLiteral(PreParserIdentifier js_pattern, in NewRegExpLiteral() function
1691 return factory()->NewRegExpLiteral(js_pattern, js_flags, literal_index, pos); in ParseRegExpLiteral()
3326 RegExpLiteral* NewRegExpLiteral(const AstRawString* pattern, int flags, in NewRegExpLiteral() function