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