v8  5.1.281 (node 6.17.1)
V8 is Google's open source JavaScript engine
ReturnValue< T > Class Template Reference

#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 IsolateGetIsolate ()
 
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
 

Detailed Description

template<typename T>
class v8::ReturnValue< T >

Definition at line 3106 of file v8.h.

Constructor & Destructor Documentation

◆ ReturnValue()

V8_INLINE ReturnValue ( const ReturnValue< S > &  that)
inline

Definition at line 3108 of file v8.h.

Member Function Documentation

◆ GetIsolate()

◆ Set() [1/11]

◆ Set() [2/11]

V8_INLINE void Set ( const Global< S > &  handle)

◆ Set() [3/11]

void Set ( const Global< S > &  handle)

Definition at line 7733 of file v8.h.

◆ Set() [4/11]

V8_INLINE void Set ( const Local< S >  handle)

◆ Set() [5/11]

void Set ( const Local< S >  handle)

Definition at line 7744 of file v8.h.

◆ Set() [6/11]

void Set ( const Persistent< S > &  handle)

Definition at line 7722 of file v8.h.

◆ Set() [7/11]

void Set ( double  i)

Definition at line 7754 of file v8.h.

References ReturnValue< T >::GetIsolate(), and Number::New().

◆ Set() [8/11]

void Set ( int32_t  i)

◆ Set() [9/11]

V8_INLINE void Set ( S *  whatever)

◆ Set() [10/11]

void Set ( S *  whatever)

Definition at line 7824 of file v8.h.

◆ Set() [11/11]

void Set ( uint32_t  i)

Definition at line 7771 of file v8.h.

References ReturnValue< T >::GetIsolate(), and Integer::NewFromUnsigned().

◆ SetEmptyString()

void SetEmptyString

◆ SetNull()

void SetNull

◆ SetUndefined()

void SetUndefined

◆ V8_DEPRECATE_SOON()

V8_INLINE V8_DEPRECATE_SOON ( "Use Global<> instead"  ,
void   Setconst Persistent< S > &handle 
)

Friends And Related Function Documentation

◆ FunctionCallbackInfo

friend class FunctionCallbackInfo
friend

Definition at line 3138 of file v8.h.

◆ PersistentValueMapBase

friend class PersistentValueMapBase
friend

Definition at line 3141 of file v8.h.

◆ PropertyCallbackInfo

friend class PropertyCallbackInfo
friend

Definition at line 3139 of file v8.h.

◆ ReturnValue

friend class ReturnValue
friend

Definition at line 3137 of file v8.h.


The documentation for this class was generated from the following file: