v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
accessors.h File Reference
#include "allocation.h"
#include "v8globals.h"
Include dependency graph for accessors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Accessors
 

Namespaces

 v8
 
 v8::internal
 

Macros

#define ACCESSOR_DESCRIPTOR_LIST(V)
 
#define ACCESSOR_DESCRIPTOR_DECLARATION(name)   static const AccessorDescriptor name;
 
#define ACCESSOR_DESCRIPTOR_DECLARATION(name)   k##name,
 

Macro Definition Documentation

#define ACCESSOR_DESCRIPTOR_DECLARATION (   name)    static const AccessorDescriptor name;

Definition at line 73 of file accessors.h.

#define ACCESSOR_DESCRIPTOR_DECLARATION (   name)    k##name,

Definition at line 73 of file accessors.h.

#define ACCESSOR_DESCRIPTOR_LIST (   V)
Value:
V(FunctionPrototype) \
V(FunctionLength) \
V(FunctionName) \
V(FunctionArguments) \
V(FunctionCaller) \
V(ArrayLength) \
V(StringLength) \
V(ScriptSource) \
V(ScriptName) \
V(ScriptId) \
V(ScriptLineOffset) \
V(ScriptColumnOffset) \
V(ScriptData) \
V(ScriptType) \
V(ScriptCompilationType) \
V(ScriptLineEnds) \
V(ScriptContextData) \
V(ScriptEvalFromScript) \
V(ScriptEvalFromScriptPosition) \
V(ScriptEvalFromFunctionName) \
V(ObjectPrototype)

Definition at line 39 of file accessors.h.