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

/external/v8/src/regexp/
H A Djsregexp.h218 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re,
H A Djsregexp.cc322 bool RegExpImpl::EnsureCompiledIrregexp(Handle<JSRegExp> re, function in class:v8::internal::RegExpImpl
468 if (!EnsureCompiledIrregexp(regexp, subject, is_one_byte)) return -1;
503 EnsureCompiledIrregexp(regexp, subject, is_one_byte);
541 // We must have done EnsureCompiledIrregexp, so we can get the number of

Completed in 194 milliseconds