Home
last modified time | relevance | path

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

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