#include <v8-handle-base.h>
Public Member Functions | |
| bool | IsEmpty () const |
| void | Clear () |
Protected Member Functions | |
| 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 |
Friends | |
| class | internal::ValueHelper |
| class | internal::HandleHelper |
A base class for abstract handles containing indirect pointers. These are useful regardless of whether direct local support is enabled.
|
inlineprotecteddefault |
|
inlineprotecteddefault |
|
inlineexplicitprotected |
|
inline |
|
inline |
|
inlineprotecteddefault |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
friend |
|
friend |