Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp.h76 static bool VerifySyntax(Zone* zone, uintptr_t stack_limit,
Dregexp.cc112 bool RegExp::VerifySyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, in VerifySyntax() function in v8::internal::RegExp
123 template bool RegExp::VerifySyntax<uint8_t>(Zone*, uintptr_t, const uint8_t*,
127 template bool RegExp::VerifySyntax<base::uc16>(
/third_party/node/deps/v8/src/parsing/
Dparser-base.h1809 return RegExp::VerifySyntax(zone(), stack_limit(), in ValidateRegExpLiteral()
1813 return RegExp::VerifySyntax(zone(), stack_limit(), in ValidateRegExpLiteral()