Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-stack.h22 class RegExpStackScope {
27 explicit RegExpStackScope(Isolate* isolate);
28 ~RegExpStackScope(); // Releases the stack if it has grown.
35 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
122 friend class RegExpStackScope; variable
Dregexp-stack.cc12 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope
19 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
Dregexp-macro-assembler.cc187 RegExpStackScope stack_scope(isolate); in Execute()