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

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

Completed in 157 milliseconds