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

  /external/v8/src/regexp/
regexp-stack.cc 12 RegExpStackScope::RegExpStackScope(Isolate* isolate)
19 RegExpStackScope::~RegExpStackScope() {
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;

Completed in 38 milliseconds