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

  /external/v8/src/
jsregexp.h 179 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
    [all...]
jsregexp.cc 414 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_ascii) {
470 Handle<Code> code(IrregexpNativeCode(*irregexp, is_ascii), isolate);
    [all...]

Completed in 27 milliseconds