#include <ast.h>
v8::internal::ZoneObjectを継承しています。
Public 型 | |
| enum | Kind {  CONSTANT, COMPUTED, GETTER, SETTER, PROTOTYPE }  | 
Public メソッド | |
| Property (Literal *key, Expression *value) | |
| Property (bool is_getter, FunctionLiteral *value) | |
| Literal * | key () | 
| Expression * | value () | 
| Kind | kind () | 
Private 変数 | |
| Literal * | key_ | 
| Expression * | value_ | 
| Kind | kind_ | 
| v8::internal::ObjectLiteral::Property::Property | ( | Literal * | key, | |
| Expression * | value | |||
| ) | 
| v8::internal::ObjectLiteral::Property::Property | ( | bool | is_getter, | |
| FunctionLiteral * | value | |||
| ) | 
| Literal* v8::internal::ObjectLiteral::Property::key | ( | ) |  [inline] | 
        
| Kind v8::internal::ObjectLiteral::Property::kind | ( | ) |  [inline] | 
        
| Expression* v8::internal::ObjectLiteral::Property::value | ( | ) |  [inline] | 
        
参照元 key(), と Property().
参照元 kind(), と Property().
参照元 Property(), と value().
 1.7.1