|
v8
|
#include <v8.h>
Public Member Functions | |
| template<class S > | |
| V8_INLINE | ReturnValue (const ReturnValue< S > &that) |
| template<typename S > | |
| V8_INLINE | V8_DEPRECATE_SOON ("Use Global<> instead", void Set(const Persistent< S > &handle)) |
| template<typename S > | |
| V8_INLINE void | Set (const Global< 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 () |
| template<typename S > | |
| V8_INLINE void | Set (S *whatever) |
| template<typename S > | |
| void | Set (const Persistent< S > &handle) |
| template<typename S > | |
| void | Set (const Global< 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 |
| Isolate * v8::ReturnValue< T >::GetIsolate | ( | ) |
| V8_INLINE 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 | ( | bool | value | ) |
| void v8::ReturnValue< T >::Set | ( | double | i | ) |
| void v8::ReturnValue< T >::Set | ( | int32_t | i | ) |
| void v8::ReturnValue< T >::Set | ( | uint32_t | i | ) |
| void v8::ReturnValue< T >::Set | ( | const Persistent< S > & | handle | ) |
| void v8::ReturnValue< T >::Set | ( | const Global< S > & | handle | ) |
| void v8::ReturnValue< T >::Set | ( | const Local< S > | handle | ) |
| void v8::ReturnValue< T >::SetEmptyString | ( | ) |
| void v8::ReturnValue< T >::SetNull | ( | ) |
| void v8::ReturnValue< T >::SetUndefined | ( | ) |
| V8_INLINE v8::ReturnValue< T >::V8_DEPRECATE_SOON | ( | "Use Global<> instead" | , |
| void | Setconst Persistent< S > &handle | ||
| ) |
|
friend |
1.8.8