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.29 RegExpStackScope(const RegExpStackScope&) = delete;30 RegExpStackScope& operator=(const RegExpStackScope&) = delete;142 friend class RegExpStackScope; variable
13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope25 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
301 RegExpStackScope stack_scope(isolate); in Execute()