Searched refs:CompileIrregexp (Results 1 – 2 of 2) sorted by relevance
191 static bool CompileIrregexp(Isolate* isolate, Handle<JSRegExp> re,
308 return CompileIrregexp(isolate, re, sample_subject, is_one_byte); in EnsureCompiledIrregexp()311 bool RegExpImpl::CompileIrregexp(Isolate* isolate, Handle<JSRegExp> re, in CompileIrregexp() function in v8::internal::RegExpImpl