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

/external/v8/src/
H A Dregexp-stack.h41 class RegExpStackScope { class in namespace:v8::internal
46 explicit RegExpStackScope(Isolate* isolate);
47 ~RegExpStackScope(); // Releases the stack if it has grown.
54 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
141 friend class RegExpStackScope;
H A Dregexp-stack.cc34 RegExpStackScope::RegExpStackScope(Isolate* isolate) function in class:v8::internal::RegExpStackScope
41 RegExpStackScope::~RegExpStackScope() {
H A Dregexp-macro-assembler.cc167 RegExpStackScope stack_scope(isolate);

Completed in 60 milliseconds