HomeSort by relevance Sort by last modified time
    Searched refs:EnsureCompiledIrregexp (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
jsregexp.h 159 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii);
    [all...]
jsregexp.cc 236 bool RegExpImpl::EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii) {
390 if (!EnsureCompiledIrregexp(jsregexp, is_ascii)) {
430 if (!EnsureCompiledIrregexp(jsregexp, is_ascii)) {
433 // Now that we have done EnsureCompiledIrregexp we can get the number of
    [all...]

Completed in 32 milliseconds