v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
V8EXPORT int32_t | Value () const |
Public Member Functions inherited from Integer | |
V8EXPORT int64_t | Value () const |
Public Member Functions inherited from Number | |
V8EXPORT double | Value () const |
Public Member Functions inherited from Value | |
bool | IsUndefined () const |
bool | IsNull () const |
V8EXPORT bool | IsTrue () const |
V8EXPORT bool | IsFalse () const |
bool | IsString () const |
V8EXPORT bool | IsFunction () const |
V8EXPORT bool | IsArray () const |
V8EXPORT bool | IsObject () const |
V8EXPORT bool | IsBoolean () const |
V8EXPORT bool | IsNumber () const |
V8EXPORT bool | IsExternal () const |
V8EXPORT bool | IsInt32 () const |
V8EXPORT bool | IsUint32 () const |
V8EXPORT bool | IsDate () const |
V8EXPORT bool | IsBooleanObject () const |
V8EXPORT bool | IsNumberObject () const |
V8EXPORT bool | IsStringObject () const |
V8EXPORT bool | IsNativeError () const |
V8EXPORT bool | IsRegExp () const |
V8EXPORT Local< Boolean > | ToBoolean () const |
V8EXPORT Local< Number > | ToNumber () const |
V8EXPORT Local< String > | ToString () const |
V8EXPORT Local< String > | ToDetailString () const |
V8EXPORT Local< Object > | ToObject () const |
V8EXPORT Local< Integer > | ToInteger () const |
V8EXPORT Local< Uint32 > | ToUint32 () const |
V8EXPORT Local< Int32 > | ToInt32 () const |
V8EXPORT Local< Uint32 > | ToArrayIndex () const |
V8EXPORT bool | BooleanValue () const |
V8EXPORT double | NumberValue () const |
V8EXPORT int64_t | IntegerValue () const |
V8EXPORT uint32_t | Uint32Value () const |
V8EXPORT int32_t | Int32Value () const |
V8EXPORT bool | Equals (Handle< Value > that) const |
V8EXPORT bool | StrictEquals (Handle< Value > that) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Integer | |
static V8EXPORT Local< Integer > | New (int32_t value) |
static V8EXPORT Local< Integer > | NewFromUnsigned (uint32_t value) |
static Integer * | Cast (v8::Value *obj) |
Static Public Member Functions inherited from Number | |
static V8EXPORT Local< Number > | New (double value) |
static Number * | Cast (v8::Value *obj) |
int32_t Value | ( | ) | const |
Definition at line 4099 of file api.cc.
References Smi::cast(), Utils::OpenHandle(), and Smi::value().