![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-primitive.h>
Static Public Member Functions | |
static V8_INLINE Boolean * | Cast (v8::Data *data) |
static V8_INLINE Local< Boolean > | New (Isolate *isolate, bool value) |
![]() | |
template<class T> | |
static V8_INLINE Value * | Cast (T *value) |
A primitive boolean value (ECMA-262, 4.3.14). Either the true or false value.
Definition at line 35 of file v8-primitive.h.
Definition at line 38 of file v8-primitive.h.
References V8_INLINE.
Definition at line 1087 of file v8-primitive.h.
References v8::False(), and v8::True().
bool Value | ( | ) | const |