Home
last modified time | relevance | path

Searched refs:NewRegExpLiteral (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser.h540 PreParserExpression NewRegExpLiteral(const AstRawString* js_pattern, in NewRegExpLiteral() function
Dparser-base.h1843 return factory()->NewRegExpLiteral(js_pattern, flags.value(), pos); in ParseRegExpLiteral()
/third_party/node/deps/v8/src/ast/
Dast.h3050 RegExpLiteral* NewRegExpLiteral(const AstRawString* pattern, int flags, in NewRegExpLiteral() function