v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | BASE_EMBEDDED< Visitor > |
class | BASE_EMBEDDED< Visitor >::AttributesField |
class | BASE_EMBEDDED< Visitor >::DeletedField |
class | BASE_EMBEDDED< Visitor >::StorageField |
Namespaces | |
v8 | |
v8::internal | |
Enumerations | |
enum | PropertyAttributes { NONE = v8::None, READ_ONLY = v8::ReadOnly, DONT_ENUM = v8::DontEnum, DONT_DELETE = v8::DontDelete, ABSENT = 16 } |
enum | PropertyType { NORMAL = 0, FIELD = 1, CONSTANT_FUNCTION = 2, CALLBACKS = 3, HANDLER = 4, INTERCEPTOR = 5, MAP_TRANSITION = 6, CONSTANT_TRANSITION = 7, NULL_DESCRIPTOR = 8, NONEXISTENT = NULL_DESCRIPTOR } |
enum PropertyAttributes |
Enumerator | |
---|---|
NONE | |
READ_ONLY | |
DONT_ENUM | |
DONT_DELETE | |
ABSENT |
Definition at line 36 of file property-details.h.