HomeSort by relevance Sort by last modified time
    Searched refs:RegExpStackScope (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
regexp-stack.h 22 class RegExpStackScope {
27 explicit RegExpStackScope(Isolate* isolate);
28 ~RegExpStackScope(); // Releases the stack if it has grown.
35 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
122 friend class RegExpStackScope;
regexp-stack.cc 12 RegExpStackScope::RegExpStackScope(Isolate* isolate)
19 RegExpStackScope::~RegExpStackScope() {
regexp-macro-assembler.cc 187 RegExpStackScope stack_scope(isolate);

Completed in 222 milliseconds