![]() |
v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static V8EXPORT Local< Value > | New (double time) |
static Date * | Cast (v8::Value *obj) |
static V8EXPORT void | DateTimeConfigurationChangeNotification () |
![]() | |
static V8EXPORT Local< Object > | New () |
static Object * | Cast (Value *obj) |
An instance of the built-in Date constructor (ECMA-262, 15.9).
|
static |
Notification that the embedder has changed the time zone, daylight savings time, or other date / time configuration parameters. V8 keeps a cache of various values used for date / time computation. This notification will reset those cached values for the current context so that date / time configuration changes would be reflected in the Date object.
This API should not be called more than needed as it will negatively impact the performance of date operations.
V8EXPORT double NumberValue | ( | ) | const |
A specialization of Value::NumberValue that is more efficient because we know the structure of this object.