Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h191 static bool CompileIrregexp(Isolate* isolate, Handle<JSRegExp> re,
Djsregexp.cc308 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