Searched refs:RegExpStackScope (Results 1 – 3 of 3) sorted by relevance
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; variable
11 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope18 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
144 RegExpStackScope stack_scope(isolate); in Execute()