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

  /external/chromium_org/v8/src/
regexp-stack.h 18 class RegExpStackScope {
23 explicit RegExpStackScope(Isolate* isolate);
24 ~RegExpStackScope(); // Releases the stack if it has grown.
31 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
118 friend class RegExpStackScope;
regexp-stack.cc 12 RegExpStackScope::RegExpStackScope(Isolate* isolate)
19 RegExpStackScope::~RegExpStackScope() {
regexp-macro-assembler.cc 136 RegExpStackScope stack_scope(isolate);

Completed in 107 milliseconds