![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
  
Static Public Member Functions | |
| static V8_INLINE Boolean * | Cast (v8::Value *obj) | 
| 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) | 
A primitive boolean value (ECMA-262, 4.3.14). Either the true or false value.
| bool v8::Boolean::Value | ( | ) | const |