v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
property-details.h File Reference
#include "../include/v8.h"
#include "allocation.h"
#include "utils.h"
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.

Data Structures

class  BASE_EMBEDDED< Visitor >
 
class  BASE_EMBEDDED< Visitor >::AttributesField
 
class  BASE_EMBEDDED< Visitor >::DeletedField
 
class  BASE_EMBEDDED< Visitor >::DictionaryStorageField
 
class  BASE_EMBEDDED< Visitor >::DescriptorStorageField
 
class  BASE_EMBEDDED< Visitor >::DescriptorPointer
 

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
}
 

Enumeration Type Documentation

Enumerator
NONE 
READ_ONLY 
DONT_ENUM 
DONT_DELETE 
ABSENT 

Definition at line 36 of file property-details.h.