Searched refs:RegExpStackScope (Results 1 – 3 of 3) sorted by relevance
19 class V8_NODISCARD RegExpStackScope final {24 explicit RegExpStackScope(Isolate* isolate);25 ~RegExpStackScope(); // Releases the stack if it has grown.26 RegExpStackScope(const RegExpStackScope&) = delete;27 RegExpStackScope& operator=(const RegExpStackScope&) = delete;155 friend class RegExpStackScope; variable
13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope19 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
432 RegExpStackScope stack_scope(isolate); in Execute()