v8  5.5.372 (node 7.10.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 () const
 
template<typename S >
V8_INLINE void Set (S *whatever)
 
V8_INLINE Local< ValueGet () const
 
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 3432 of file v8.h.

Constructor & Destructor Documentation

◆ ReturnValue()

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

Definition at line 3434 of file v8.h.

Member Function Documentation

◆ Get()

◆ 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 8640 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 8651 of file v8.h.

◆ Set() [6/11]

void Set ( const Persistent< S > &  handle)

Definition at line 8629 of file v8.h.

◆ Set() [7/11]

void Set ( double  i)

Definition at line 8661 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 8739 of file v8.h.

◆ Set() [11/11]

void Set ( uint32_t  i)

Definition at line 8678 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 3469 of file v8.h.

◆ PersistentValueMapBase

friend class PersistentValueMapBase
friend

Definition at line 3472 of file v8.h.

◆ PropertyCallbackInfo

friend class PropertyCallbackInfo
friend

Definition at line 3470 of file v8.h.

◆ ReturnValue

friend class ReturnValue
friend

Definition at line 3468 of file v8.h.


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