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

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

Completed in 50 milliseconds