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