#include <v8.h>
v8::Primitiveを継承しています。
v8::Integerに継承されています。
Public メソッド | |
double | Value () |
Static Public メソッド | |
static Local< Number > | New (double value) |
static Number * | Cast (v8::Value *obj) |
Private メソッド | |
Number () |
A JavaScript number value (ECMA-262, 4.3.20)
v8::Number::Number | ( | ) | [private] |
v8::Number * v8::Number::Cast | ( | v8::Value * | obj | ) | [static] |
v8::Integerで再定義されています。
参照先 v8::ApiCheck(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().
double v8::Number::Value | ( | ) |
v8::Integer, v8::Int32, と v8::Uint32で再定義されています。