![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
  
Static Public Member Functions | |
| static V8_INLINE Int32 * | Cast (v8::Value *obj) | 
  Static Public Member Functions inherited from v8::Integer | |
| static Local< Integer > | New (Isolate *isolate, int32_t value) | 
| static Local< Integer > | NewFromUnsigned (Isolate *isolate, uint32_t value) | 
| static V8_INLINE Integer * | Cast (v8::Value *obj) | 
  Static Public Member Functions inherited from v8::Number | |
| static Local< Number > | New (Isolate *isolate, double value) | 
| static V8_INLINE Number * | Cast (v8::Value *obj) | 
  Static Public Member Functions inherited from v8::Value | |
| template<class T > | |
| static V8_INLINE Value * | Cast (T *value) | 
| int32_t v8::Int32::Value | ( | ) | const |