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

/external/v8/src/
H A Djsregexp.h194 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii);
H A Djsregexp.cc283 bool RegExpImpl::EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii) { function in class:v8::internal::RegExpImpl
438 if (!EnsureCompiledIrregexp(regexp, is_ascii)) return -1;
469 EnsureCompiledIrregexp(regexp, is_ascii);
503 // We must have done EnsureCompiledIrregexp, so we can get the number of

Completed in 54 milliseconds