![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-local-handle.h>
Public Member Functions | |
LocalUnchecked () | |
LocalUnchecked (const Local< T > &other) noexcept | |
![]() | |
V8_INLINE | Local ()=default |
template<class S > requires std::is_base_of_v<T, S> | |
V8_INLINE | Local (Local< S > that) |
V8_INLINE T * | operator-> () const |
V8_INLINE T * | operator* () const |
template<class S > | |
V8_INLINE bool | operator== (const Local< S > &that) const |
template<class S > | |
V8_INLINE bool | operator== (const PersistentBase< S > &that) const |
template<class S > | |
V8_INLINE bool | operator!= (const Local< S > &that) const |
template<class S > | |
V8_INLINE bool | operator!= (const Persistent< S > &that) const |
template<class S > | |
V8_INLINE Local< S > | As () const |
![]() | |
V8_INLINE bool | IsEmpty () const |
V8_INLINE void | Clear () |
![]() | |
V8_INLINE | StackAllocated ()=default |
Definition at line 448 of file v8-local-handle.h.
|
inline |
Definition at line 450 of file v8-local-handle.h.
|
inlinenoexcept |
Definition at line 462 of file v8-local-handle.h.