v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
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, TRANSITION = 6, NONEXISTENT = 7 } |
enum PropertyAttributes |
Enumerator | |
---|---|
NONE | |
READ_ONLY | |
DONT_ENUM | |
DONT_DELETE | |
ABSENT |
Definition at line 36 of file property-details.h.