![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-primitive.h>


Static Public Member Functions | |
| 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 Public Member Functions inherited from Number | |
| static Local< Number > | New (Isolate *isolate, double value) |
| template<typename Int > requires (std::is_integral<Int>::value && !std::is_same<Int, bool>::value && std::is_signed_v<Int> && sizeof(Int) <= sizeof(int32_t)) | |
| static V8_INLINE Local< Number > | New (Isolate *isolate, Int value) |
| template<typename UInt > requires (std::is_integral<UInt>::value && !std::is_same<UInt, bool>::value && std::is_unsigned_v<UInt> && sizeof(UInt) <= sizeof(uint32_t)) | |
| static V8_INLINE Local< Number > | New (Isolate *isolate, UInt value) |
| static V8_INLINE Number * | Cast (v8::Data *data) |
Static Public Member Functions inherited from Value | |
| template<class T > | |
| static V8_INLINE Value * | Cast (T *value) |
A JavaScript value representing a signed integer.
Definition at line 882 of file v8-primitive.h.
Definition at line 887 of file v8-primitive.h.
Referenced by ReturnValue< T >::Set().
Referenced by ReturnValue< T >::Set().
| int64_t Value | ( | ) | const |