#include <v8.h>
v8::Valueを継承しています。
Public メソッド | |
double | NumberValue () |
Static Public メソッド | |
static Local< Value > | New (double time) |
static Date * | Cast (v8::Value *obj) |
An instance of the built-in Date constructor (ECMA-262, 15.9).
double v8::Date::NumberValue | ( | ) |
A specialization of Value::NumberValue that is more efficient because we know the structure of this object.
v8::Valueを再定義しています。