![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
Public Member Functions | |
| template<class S > | |
| V8_INLINE | ReturnValue (const ReturnValue< S > &that) | 
| template<typename S > | |
| V8_INLINE void | Set (const Global< S > &handle) | 
| template<typename S > | |
| V8_INLINE void | Set (const TracedReferenceBase< S > &handle) | 
| template<typename S > | |
| V8_INLINE void | Set (const Local< S > handle) | 
| V8_INLINE void | Set (bool value) | 
| V8_INLINE void | Set (double i) | 
| V8_INLINE void | Set (int32_t i) | 
| V8_INLINE void | Set (uint32_t i) | 
| V8_INLINE void | SetNull () | 
| V8_INLINE void | SetUndefined () | 
| V8_INLINE void | SetEmptyString () | 
| V8_INLINE Isolate * | GetIsolate () const | 
| template<typename S > | |
| V8_INLINE void | Set (S *whatever) | 
| V8_INLINE Local< Value > | Get () const | 
| template<typename S > | |
| void | Set (const Global< S > &handle) | 
| template<typename S > | |
| void | Set (const TracedReferenceBase< S > &handle) | 
| template<typename S > | |
| void | Set (const Local< S > handle) | 
| template<typename S > | |
| void | Set (S *whatever) | 
Friends | |
| template<class F > | |
| class | ReturnValue | 
| template<class F > | |
| class | FunctionCallbackInfo | 
| template<class F > | |
| class | PropertyCallbackInfo | 
| template<class F , class G , class H > | |
| class | PersistentValueMapBase | 
      
  | 
  inline | 
| Local< Value > v8::ReturnValue< T >::Get | 
| Isolate * v8::ReturnValue< T >::GetIsolate | 
| void v8::ReturnValue< T >::Set | ( | bool | value | ) | 
| V8_INLINE void v8::ReturnValue< T >::Set | ( | const Global< S > & | handle | ) | 
| void v8::ReturnValue< T >::Set | ( | const Global< S > & | handle | ) | 
| V8_INLINE void v8::ReturnValue< T >::Set | ( | const Local< S > | handle | ) | 
| void v8::ReturnValue< T >::Set | ( | const Local< S > | handle | ) | 
| V8_INLINE void v8::ReturnValue< T >::Set | ( | const TracedReferenceBase< S > & | handle | ) | 
| void v8::ReturnValue< T >::Set | ( | const TracedReferenceBase< S > & | handle | ) | 
| void v8::ReturnValue< T >::Set | ( | double | i | ) | 
| void v8::ReturnValue< T >::Set | ( | int32_t | i | ) | 
| V8_INLINE void v8::ReturnValue< T >::Set | ( | S * | whatever | ) | 
| void v8::ReturnValue< T >::Set | ( | uint32_t | i | ) | 
| void v8::ReturnValue< T >::SetEmptyString | 
| void v8::ReturnValue< T >::SetNull | 
| void v8::ReturnValue< T >::SetUndefined | 
      
  | 
  friend |