![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-primitive.h>
Static Public Member Functions | |
static V8_INLINE Int32 * | Cast (v8::Data *data) |
![]() | |
static Local< Integer > | New (Isolate *isolate, int32_t value) |
static Local< Integer > | NewFromUnsigned (Isolate *isolate, uint32_t value) |
static V8_INLINE Integer * | Cast (v8::Data *data) |
![]() | |
static Local< Number > | New (Isolate *isolate, double value) |
static V8_INLINE Number * | Cast (v8::Data *data) |
![]() | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
Private Member Functions | |
Int32 () | |
Static Private Member Functions | |
static void | CheckCast (v8::Data *that) |
A JavaScript value representing a 32-bit signed integer.
Definition at line 889 of file v8-primitive.h.
|
private |
Definition at line 892 of file v8-primitive.h.
|
staticprivate |
int32_t v8::Int32::Value | ( | ) | const |