|
V8 Project
|
#include <regexp-stack.h>
Collaboration diagram for v8::internal::RegExpStackScope:Public Member Functions | |
| RegExpStackScope (Isolate *isolate) | |
| ~RegExpStackScope () | |
| RegExpStack * | stack () const |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (RegExpStackScope) | |
Private Attributes | |
| RegExpStack * | regexp_stack_ |
Definition at line 18 of file regexp-stack.h.
|
explicit |
Definition at line 12 of file regexp-stack.cc.
References v8::internal::RegExpStack::EnsureCapacity(), and regexp_stack_.
Here is the call graph for this function:| v8::internal::RegExpStackScope::~RegExpStackScope | ( | ) |
Definition at line 19 of file regexp-stack.cc.
References regexp_stack_, and v8::internal::RegExpStack::Reset().
Here is the call graph for this function:
|
private |
|
inline |
Definition at line 26 of file regexp-stack.h.
References regexp_stack_.
Referenced by v8::internal::NativeRegExpMacroAssembler::Execute().
Here is the caller graph for this function:
|
private |
Definition at line 29 of file regexp-stack.h.
Referenced by RegExpStackScope(), stack(), and ~RegExpStackScope().