|
V8 Project
|
Include dependency graph for property-details.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Enumerations | |
| enum | PropertyAttributes { NONE = v8::None , READ_ONLY = v8::ReadOnly , DONT_ENUM = v8::DontEnum , DONT_DELETE = v8::DontDelete , SEALED = DONT_DELETE , FROZEN = SEALED | READ_ONLY , STRING = 8 , SYMBOLIC = 16 , PRIVATE_SYMBOL = 32 , DONT_SHOW = DONT_ENUM | SYMBOLIC | PRIVATE_SYMBOL , ABSENT = 64 } |
| enum | v8::internal::PropertyType { v8::internal::NORMAL = 0 , v8::internal::FIELD = 1 , v8::internal::CONSTANT = 2 , v8::internal::CALLBACKS = 3 } |
Variables | |
| static const int | v8::internal::kDescriptorIndexBitCount = 10 |
| static const int | v8::internal::kMaxNumberOfDescriptors |
| static const int | v8::internal::kInvalidEnumCacheSentinel |
| enum PropertyAttributes |
| Enumerator | |
|---|---|
| NONE | |
| READ_ONLY | |
| DONT_ENUM | |
| DONT_DELETE | |
| SEALED | |
| FROZEN | |
| STRING | |
| SYMBOLIC | |
| PRIVATE_SYMBOL | |
| DONT_SHOW | |
| ABSENT | |
Definition at line 13 of file property-details.h.