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

  /external/chromium_org/v8/src/
regexp-stack.h 41 class RegExpStackScope {
46 explicit RegExpStackScope(Isolate* isolate);
47 ~RegExpStackScope(); // Releases the stack if it has grown.
54 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
141 friend class RegExpStackScope;
regexp-stack.cc 34 RegExpStackScope::RegExpStackScope(Isolate* isolate)
41 RegExpStackScope::~RegExpStackScope() {
regexp-macro-assembler.cc 168 RegExpStackScope stack_scope(isolate);
  /external/v8/src/
regexp-stack.h 41 class RegExpStackScope {
46 explicit RegExpStackScope(Isolate* isolate);
47 ~RegExpStackScope(); // Releases the stack if it has grown.
54 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
141 friend class RegExpStackScope;
regexp-stack.cc 34 RegExpStackScope::RegExpStackScope(Isolate* isolate)
41 RegExpStackScope::~RegExpStackScope() {
regexp-macro-assembler.cc 167 RegExpStackScope stack_scope(isolate);

Completed in 117 milliseconds