![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|


Go to the source code of this file.
Data Structures | |
| class | Context |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | NATIVE_CONTEXT_FIELDS(V) |
| #define | NATIVE_CONTEXT_FIELD_ACCESSORS(index, type, name) |
Enumerations | |
| enum | ContextLookupFlags { FOLLOW_CONTEXT_CHAIN = 1, FOLLOW_PROTOTYPE_CHAIN = 2, DONT_FOLLOW_CHAINS = 0, FOLLOW_CHAINS = FOLLOW_CONTEXT_CHAIN | FOLLOW_PROTOTYPE_CHAIN } |
| enum | BindingFlags { MUTABLE_IS_INITIALIZED, MUTABLE_CHECK_INITIALIZED, IMMUTABLE_IS_INITIALIZED, IMMUTABLE_CHECK_INITIALIZED, IMMUTABLE_IS_INITIALIZED_HARMONY, IMMUTABLE_CHECK_INITIALIZED_HARMONY, MISSING_BINDING } |
| #define NATIVE_CONTEXT_FIELD_ACCESSORS | ( | index, | |
| type, | |||
| name | |||
| ) |
| #define NATIVE_CONTEXT_FIELDS | ( | V | ) |
Definition at line 99 of file contexts.h.