v8 10.2.154 (node 18.16.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) |
Static Public Member Functions inherited from 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 34 of file v8-primitive.h.
Definition at line 37 of file v8-primitive.h.
Definition at line 860 of file v8-primitive.h.
References v8::False(), and v8::True().
bool Value | ( | ) | const |