|
enum | ScopeType {
ScopeTypeGlobal = 0,
ScopeTypeLocal,
ScopeTypeWith,
ScopeTypeClosure,
ScopeTypeCatch,
ScopeTypeBlock,
ScopeTypeScript,
ScopeTypeEval,
ScopeTypeModule
} |
|
enum | Option { DEFAULT,
IGNORE_NESTED_SCOPES,
COLLECT_NON_LOCALS
} |
|
enum | Mode { STACK,
ALL
} |
|
|
static const int | kScopeDetailsTypeIndex = 0 |
|
static const int | kScopeDetailsObjectIndex = 1 |
|
static const int | kScopeDetailsNameIndex = 2 |
|
static const int | kScopeDetailsStartPositionIndex = 3 |
|
static const int | kScopeDetailsEndPositionIndex = 4 |
|
static const int | kScopeDetailsFunctionIndex = 5 |
|
static const int | kScopeDetailsSize = 6 |
|
Definition at line 22 of file debug-scopes.h.
The documentation for this class was generated from the following files: