Searched refs:CompileIrregexp (Results 1 – 2 of 2) sorted by relevance
193 static bool CompileIrregexp(Handle<JSRegExp> re, bool is_ascii);
299 return CompileIrregexp(re, is_ascii); in EnsureCompiledIrregexp()319 bool RegExpImpl::CompileIrregexp(Handle<JSRegExp> re, bool is_ascii) { in CompileIrregexp() function in v8::internal::RegExpImpl