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