Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-stack.h22 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
Dregexp-stack.cc13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() function in v8::internal::RegExpStackScope
25 RegExpStackScope::~RegExpStackScope() { in ~RegExpStackScope()
Dregexp-macro-assembler.cc301 RegExpStackScope stack_scope(isolate); in Execute()