![]() |
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 Boolean * | Cast (v8::Data *data) |
| static V8_INLINE Local< Boolean > | New (Isolate *isolate, bool value) |
Static Public Member Functions inherited from v8::Value | |
| template<class T > | |
| static V8_INLINE Value * | Cast (T *value) |
Static Private Member Functions | |
| static void | CheckCast (v8::Data *that) |
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.
|
staticprivate |
| bool v8::Boolean::Value | ( | ) | const |