v8
7.4.288(node12.0.0)
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 | V8_DEPRECATED ("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 TracedGlobal< 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 Persistent< S > &handle) |
template<typename S > | |
void | Set (const Global< S > &handle) |
template<typename S > | |
void | Set (const TracedGlobal< 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 |
Definition at line 3892 of file v8.h.
References TYPE_CHECK.
Definition at line 10125 of file v8.h.
References Local< T >::New(), and v8::Undefined().
V8_INLINE void Set | ( | const TracedGlobal< S > & | handle | ) |
void Set | ( | bool | value | ) |
Definition at line 10085 of file v8.h.
References TYPE_CHECK.
void Set | ( | double | i | ) |
Definition at line 10056 of file v8.h.
References Number::New(), and TYPE_CHECK.
void Set | ( | int32_t | i | ) |
Definition at line 10062 of file v8.h.
References TYPE_CHECK, and V8_LIKELY.
void Set | ( | uint32_t | i | ) |
Definition at line 10073 of file v8.h.
References Integer::NewFromUnsigned(), TYPE_CHECK, and V8_LIKELY.
void Set | ( | const Persistent< S > & | handle | ) |
Definition at line 10013 of file v8.h.
References TYPE_CHECK, and V8_UNLIKELY.
Definition at line 10024 of file v8.h.
References TYPE_CHECK, and V8_UNLIKELY.
void Set | ( | const TracedGlobal< S > & | handle | ) |
Definition at line 10035 of file v8.h.
References TracedGlobal< T >::IsEmpty(), TYPE_CHECK, and V8_UNLIKELY.
Definition at line 10046 of file v8.h.
References TYPE_CHECK, and V8_UNLIKELY.
void Set | ( | S * | whatever | ) |
Definition at line 10134 of file v8.h.
References TYPE_CHECK.
void SetEmptyString | ( | ) |
Definition at line 10112 of file v8.h.
References TYPE_CHECK.
void SetNull | ( | ) |
Definition at line 10098 of file v8.h.
References TYPE_CHECK.
void SetUndefined | ( | ) |
Definition at line 10105 of file v8.h.
References TYPE_CHECK.
|
friend |
|
friend |
|
friend |
|
friend |