#include <v8.h>
Public Member Functions | |
| V8EXPORT int64_t | Value () const |
Static Public Member Functions | |
| static V8EXPORT Local< Integer > | New (int32_t value) |
| static V8EXPORT Local< Integer > | NewFromUnsigned (uint32_t value) |
| static Integer * | Cast (v8::Value *obj) |
A JavaScript value representing a signed integer.
1.7.1