#include <ast.h>
v8::internal::Expressionを継承しています。
Public メソッド | |
Throw (Expression *exception, int pos) | |
virtual void | Accept (Visitor *v) |
Expression * | exception () const |
int | position () const |
Private 変数 | |
Expression * | exception_ |
int | pos_ |
v8::internal::Throw::Throw | ( | Expression * | exception, | |
int | pos | |||
) | [inline] |
virtual void v8::internal::Throw::Accept | ( | Visitor * | v | ) | [virtual] |
v8::internal::Nodeを実装しています。
Expression* v8::internal::Throw::exception | ( | ) | const [inline] |
Expression* v8::internal::Throw::exception_ [private] |
参照元 exception().
int v8::internal::Throw::pos_ [private] |
参照元 position().