#include <v8-local-handle.h>
Protected Member Functions | |
LocalBase ()=default | |
LocalBase (internal::Address *location) | |
template<typename S > | |
LocalBase (const LocalBase< S > &other) | |
Protected Member Functions inherited from v8::api_internal::IndirectHandleBase | |
IndirectHandleBase ()=default | |
IndirectHandleBase (const IndirectHandleBase &other)=default | |
IndirectHandleBase & | operator= (const IndirectHandleBase &that)=default |
IndirectHandleBase (internal::Address *location) | |
internal::Address | ptr () const |
internal::Address *const & | slot () const |
internal::Address *& | slot () |
template<typename T , bool check_null = false> | |
T * | value () const |
internal::ValueHelper::InternalRepresentationType | repr () const |
Static Protected Member Functions | |
static LocalBase< T > | New (Isolate *isolate, internal::Address value) |
static LocalBase< T > | New (Isolate *isolate, T *that) |
static LocalBase< T > | FromSlot (internal::Address *slot) |
static LocalBase< T > | FromRepr (internal::ValueHelper::InternalRepresentationType repr) |
Friends | |
template<class F > | |
class | Local |
Additional Inherited Members | |
Public Member Functions inherited from v8::api_internal::IndirectHandleBase | |
bool | IsEmpty () const |
void | Clear () |
A base class for local handles. Its implementation depends on whether direct handle support is enabled. When it is, a local handle contains a direct pointer to the referenced object, otherwise it contains an indirect pointer.
|
inlineprotecteddefault |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |