![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
  
Static Public Member Functions | |
| static Local< External > | New (Isolate *isolate, void *value) | 
| static V8_INLINE External * | Cast (Value *obj) | 
  Static Public Member Functions inherited from v8::Value | |
| template<class T > | |
| static V8_INLINE Value * | Cast (T *value) | 
A JavaScript value that wraps a C++ void*. This type of value is mainly used to associate C++ data structures with JavaScript objects.
| void* v8::External::Value | ( | ) | const |