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

  /external/v8/src/
jsregexp.h 194 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii);
    [all...]
jsregexp.cc 283 bool RegExpImpl::EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii) {
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
    [all...]

Completed in 86 milliseconds