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

/external/v8/src/
H A Djsregexp.h193 static bool CompileIrregexp(Handle<JSRegExp> re, bool is_ascii);
H A Djsregexp.cc299 return CompileIrregexp(re, is_ascii);
319 bool RegExpImpl::CompileIrregexp(Handle<JSRegExp> re, bool is_ascii) { function in class:v8::internal::RegExpImpl

Completed in 65 milliseconds