Searched refs:RegExpCodeIsValidForPreCompilation (Results 1 – 1 of 1) sorted by relevance
420 bool RegExpCodeIsValidForPreCompilation(Handle<JSRegExp> re, bool is_one_byte) { in RegExpCodeIsValidForPreCompilation() function456 DCHECK(RegExpCodeIsValidForPreCompilation(re, is_one_byte)); in CompileIrregexp()