#include <v8.h>
v8::Numberを継承しています。
v8::Int32, と v8::Uint32に継承されています。
Public メソッド | |
int64_t | Value () |
Static Public メソッド | |
static Local< Integer > | New (int32_t value) |
static Integer * | Cast (v8::Value *obj) |
Private メソッド | |
Integer () |
A JavaScript value representing a signed integer.
v8::Integer::Integer | ( | ) | [private] |
v8::Integer * v8::Integer::Cast | ( | v8::Value * | obj | ) | [static] |
v8::Numberを再定義しています。
参照先 v8::ApiCheck(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().
int64_t v8::Integer::Value | ( | ) |
v8::Numberを再定義しています。
v8::Int32, と v8::Uint32で再定義されています。
参照先 v8::internal::Smi::cast(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().