![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-function-callback.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 | SetNonEmpty (const Global< S > &handle) |
| template<typename S > | |
| V8_INLINE void | Set (const BasicTracedReference< S > &handle) |
| template<typename S > | |
| V8_INLINE void | SetNonEmpty (const BasicTracedReference< S > &handle) |
| template<typename S > | |
| V8_INLINE void | Set (const Local< S > handle) |
| template<typename S > | |
| V8_INLINE void | SetNonEmpty (const Local< S > handle) |
| V8_INLINE void | Set (bool value) |
| V8_INLINE void | Set (double i) |
| V8_INLINE void | Set (int16_t i) |
| V8_INLINE void | Set (int32_t i) |
| V8_INLINE void | Set (int64_t i) |
| V8_INLINE void | Set (uint16_t i) |
| V8_INLINE void | Set (uint32_t i) |
| V8_INLINE void | Set (uint64_t i) |
| V8_INLINE void | SetNull () |
| V8_INLINE void | SetUndefined () |
| V8_INLINE void | SetFalse () |
| 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 | SetNonEmpty (const Global< S > &handle) |
| template<typename S > | |
| void | Set (const BasicTracedReference< S > &handle) |
| template<typename S > | |
| void | SetNonEmpty (const BasicTracedReference< S > &handle) |
| template<typename S > | |
| void | Set (const Local< S > handle) |
| template<typename S > | |
| void | SetNonEmpty (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 |
Definition at line 41 of file v8-function-callback.h.
|
inline |
Definition at line 44 of file v8-function-callback.h.
Definition at line 603 of file v8-function-callback.h.
| Isolate * GetIsolate | ( | ) | const |
Definition at line 598 of file v8-function-callback.h.
Referenced by ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::Set(), ReturnValue< T >::SetEmptyString(), ReturnValue< T >::SetFalse(), ReturnValue< T >::SetNonEmpty(), ReturnValue< T >::SetNull(), and ReturnValue< T >::SetUndefined().
| void Set | ( | bool | value | ) |
Definition at line 497 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), Internals::GetRoot(), Internals::kFalseValueRootIndex, and Internals::kTrueValueRootIndex.
| V8_INLINE void Set | ( | const BasicTracedReference< S > & | handle | ) |
Definition at line 358 of file v8-function-callback.h.
Definition at line 337 of file v8-function-callback.h.
Definition at line 379 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate().
| void Set | ( | double | i | ) |
Definition at line 433 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), and Number::New().
| void Set | ( | int16_t | i | ) |
Definition at line 439 of file v8-function-callback.h.
| void Set | ( | int32_t | i | ) |
Definition at line 448 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), and Integer::New().
| void Set | ( | int64_t | i | ) |
Definition at line 458 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), and Number::New().
Definition at line 610 of file v8-function-callback.h.
| void Set | ( | uint16_t | i | ) |
Definition at line 468 of file v8-function-callback.h.
| void Set | ( | uint32_t | i | ) |
Definition at line 477 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), and Integer::NewFromUnsigned().
| void Set | ( | uint64_t | i | ) |
Definition at line 487 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), and Number::New().
| void SetEmptyString | ( | ) |
Definition at line 583 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), Internals::GetRoot(), and Internals::kEmptyStringRootIndex.
| void SetFalse | ( | ) |
Definition at line 567 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), Internals::GetRoot(), and Internals::kFalseValueRootIndex.
| V8_INLINE void SetNonEmpty | ( | const BasicTracedReference< S > & | handle | ) |
| void SetNonEmpty | ( | const BasicTracedReference< S > & | handle | ) |
Definition at line 369 of file v8-function-callback.h.
| V8_INLINE void SetNonEmpty | ( | const Global< S > & | handle | ) |
Definition at line 348 of file v8-function-callback.h.
Definition at line 406 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate().
| void SetNull | ( | ) |
Definition at line 537 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), Internals::GetRoot(), and Internals::kNullValueRootIndex.
| void SetUndefined | ( | ) |
Definition at line 552 of file v8-function-callback.h.
References ReturnValue< T >::GetIsolate(), Internals::GetRoot(), and Internals::kUndefinedValueRootIndex.
Definition at line 90 of file v8-function-callback.h.
|
friend |
Definition at line 92 of file v8-function-callback.h.
Definition at line 88 of file v8-function-callback.h.