Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp.cc460 bool RegExpCodeIsValidForPreCompilation(Handle<JSRegExp> re, bool is_one_byte) { in RegExpCodeIsValidForPreCompilation() function
537 DCHECK(RegExpCodeIsValidForPreCompilation(re, is_one_byte)); in CompileIrregexp()