#include <ast.h>
v8::internal::MaterializedLiteralを継承しています。
構成 | |
class | Property |
Public メソッド | |
ObjectLiteral (Handle< FixedArray > constant_properties, ZoneList< Property * > *properties, int literal_index) | |
virtual void | Accept (Visitor *v) |
Handle< FixedArray > | constant_properties () const |
ZoneList< Property * > * | properties () const |
Private 変数 | |
Handle< FixedArray > | constant_properties_ |
ZoneList< Property * > * | properties_ |
v8::internal::ObjectLiteral::ObjectLiteral | ( | Handle< FixedArray > | constant_properties, | |
ZoneList< Property * > * | properties, | |||
int | literal_index | |||
) | [inline] |
virtual void v8::internal::ObjectLiteral::Accept | ( | Visitor * | v | ) | [virtual] |
v8::internal::Nodeを実装しています。
Handle<FixedArray> v8::internal::ObjectLiteral::constant_properties | ( | ) | const [inline] |
参照先 constant_properties_.
ZoneList<Property*>* v8::internal::ObjectLiteral::properties_ [private] |
参照元 properties().