Home
last modified time | relevance | path

Searched refs:RegExpStackScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.h19 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
Dregexp-stack.cc13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope
19 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
Dregexp-macro-assembler.cc432 RegExpStackScope stack_scope(isolate); in Execute()