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

  /external/v8/src/
regexp-stack.cc 34 RegExpStackScope::RegExpStackScope(Isolate* isolate)
41 RegExpStackScope::~RegExpStackScope() {
regexp-stack.h 41 class RegExpStackScope {
46 explicit RegExpStackScope(Isolate* isolate);
47 ~RegExpStackScope(); // Releases the stack if it has grown.
54 DISALLOW_COPY_AND_ASSIGN(RegExpStackScope);
140 friend class RegExpStackScope;

Completed in 293 milliseconds