Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h165 static bool CompileIrregexp(Handle<JSRegExp> re,
Djsregexp.cc330 return CompileIrregexp(re, sample_subject, is_one_byte); in EnsureCompiledIrregexp()
334 bool RegExpImpl::CompileIrregexp(Handle<JSRegExp> re, in CompileIrregexp() function in v8::internal::RegExpImpl