Searched refs:VerifySyntax (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp.h | 76 static bool VerifySyntax(Zone* zone, uintptr_t stack_limit,
|
| D | regexp.cc | 112 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/ |
| D | parser-base.h | 1809 return RegExp::VerifySyntax(zone(), stack_limit(), in ValidateRegExpLiteral() 1813 return RegExp::VerifySyntax(zone(), stack_limit(), in ValidateRegExpLiteral()
|