![]() |
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< 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 number value (ECMA-262, 4.3.20)
Definition at line 848 of file v8-primitive.h.
Definition at line 865 of file v8-primitive.h.
Referenced by ReturnValue< T >::Set(), ReturnValue< T >::Set(), and ReturnValue< T >::Set().
|
inlinestatic |
Definition at line 855 of file v8-primitive.h.
|
inlinestatic |
Definition at line 862 of file v8-primitive.h.
| double Value | ( | ) | const |