#include <ast.h>
v8::internal::Expressionを継承しています。
Public メソッド | |
| Property (Expression *obj, Expression *key, int pos) | |
| virtual void | Accept (Visitor *v) |
| virtual Property * | AsProperty () |
| virtual bool | IsValidLeftHandSide () |
| Expression * | obj () const |
| Expression * | key () const |
| int | position () const |
Static Public メソッド | |
| static Property * | this_property () |
Private 変数 | |
| Expression * | obj_ |
| Expression * | key_ |
| int | pos_ |
Static Private 変数 | |
| static Property | this_property_ |
| v8::internal::Property::Property | ( | Expression * | obj, | |
| Expression * | key, | |||
| int | pos | |||
| ) | [inline] |
| virtual void v8::internal::Property::Accept | ( | Visitor * | v | ) | [virtual] |
v8::internal::Nodeを実装しています。
| virtual Property* v8::internal::Property::AsProperty | ( | ) | [inline, virtual] |
v8::internal::Nodeを再定義しています。
| virtual bool v8::internal::Property::IsValidLeftHandSide | ( | ) | [inline, virtual] |
v8::internal::Expressionを再定義しています。
| Expression* v8::internal::Property::key | ( | ) | const [inline] |
| Expression* v8::internal::Property::obj | ( | ) | const [inline] |
| static Property* v8::internal::Property::this_property | ( | ) | [inline, static] |
Expression* v8::internal::Property::key_ [private] |
Expression* v8::internal::Property::obj_ [private] |
int v8::internal::Property::pos_ [private] |
参照元 position().
Property v8::internal::Property::this_property_ [static, private] |
参照元 this_property().
1.7.1