Public メソッド | |
int32_t * | Bind (const wchar_t *name) |
Static Public 変数 | |
static const int | kMaxNameSize = 64 |
Private 変数 | |
int32_t | counter_ |
uint8_t | name_ [kMaxNameSize] |
mksnapshot.cc の 48 行で定義されています。
int32_t* Counter::Bind | ( | const wchar_t * | name | ) | [inline] |
mksnapshot.cc の 51 行で定義されています。
参照先 v8::Counter::name_.
int32_t Counter::counter_ [private] |
mksnapshot.cc の 60 行で定義されています。
const int Counter::kMaxNameSize = 64 [static] |
mksnapshot.cc の 50 行で定義されています。
uint8_t Counter::name_[kMaxNameSize] [private] |
mksnapshot.cc の 61 行で定義されています。