Home
last modified time | relevance | path

Searched refs:RegExpStackScope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dregexp-stack.h18 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; variable
Dregexp-stack.cc11 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope
18 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
Dregexp-macro-assembler.cc144 RegExpStackScope stack_scope(isolate); in Execute()