構成 | |
| class | v8::internal::Accessors |
ネームスペース | |
| namespace | v8 |
| namespace | v8::internal |
マクロ定義 | |
| #define | ACCESSOR_DESCRIPTOR_LIST(V) |
| #define | ACCESSOR_DESCRIPTOR_DECLARATION(name) static const AccessorDescriptor name; |
| #define | ACCESSOR_DESCRIPTOR_DECLARATION(name) k##name, |
| #define ACCESSOR_DESCRIPTOR_DECLARATION | ( | name | ) | static const AccessorDescriptor name; |
accessors.h の 61 行で定義されています。
参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable().
| #define ACCESSOR_DESCRIPTOR_DECLARATION | ( | name | ) | k##name, |
accessors.h の 61 行で定義されています。
| #define ACCESSOR_DESCRIPTOR_LIST | ( | V | ) |
V(FunctionPrototype) \ V(FunctionLength) \ V(FunctionName) \ V(FunctionArguments) \ V(FunctionCaller) \ V(ArrayLength) \ V(StringLength) \ V(ScriptSource) \ V(ScriptName) \ V(ScriptLineOffset) \ V(ScriptColumnOffset) \ V(ScriptType) \ V(ObjectPrototype)
accessors.h の 35 行で定義されています。
参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable().
1.7.1