Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp-stack.h41 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; variable
Dregexp-stack.cc34 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope
41 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
Dregexp-macro-assembler.cc167 RegExpStackScope stack_scope(isolate); in Execute()