|
V8 Project
|
#include <scopes.h>
Inheritance diagram for v8::internal::DynamicScopePart:
Collaboration diagram for v8::internal::DynamicScopePart:Public Member Functions | |
| DynamicScopePart (Zone *zone) | |
| VariableMap * | GetMap (VariableMode mode) |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Private Attributes | |
| VariableMap * | maps_ [3] |
|
inlineexplicit |
Definition at line 45 of file scopes.h.
References maps_, and v8::internal::Zone::New().
Here is the call graph for this function:
|
inline |
Definition at line 50 of file scopes.h.
References DCHECK, v8::internal::DYNAMIC, maps_, and mode().
Referenced by v8::internal::Scope::NonLocal().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 57 of file scopes.h.
Referenced by DynamicScopePart(), and GetMap().