![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-handle-base.h>
Public Member Functions | |
V8_INLINE bool | IsEmpty () const |
V8_INLINE void | Clear () |
Protected Member Functions | |
V8_INLINE | IndirectHandleBase ()=default |
V8_INLINE | IndirectHandleBase (const IndirectHandleBase &other)=default |
V8_INLINE IndirectHandleBase & | operator= (const IndirectHandleBase &that)=default |
V8_INLINE | IndirectHandleBase (internal::Address *location) |
V8_INLINE internal::Address | ptr () const |
V8_INLINE internal::Address *const & | slot () const |
V8_INLINE internal::Address *& | slot () |
template<typename T , bool check_null = false> | |
V8_INLINE T * | value () const |
V8_INLINE internal::ValueHelper::InternalRepresentationType | repr () const |
Private Attributes | |
internal::Address * | location_ = nullptr |
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.
Definition at line 57 of file v8-handle-base.h.
|
protecteddefault |
|
protecteddefault |
|
inlineexplicitprotected |
Definition at line 74 of file v8-handle-base.h.
|
inline |
|
inline |
Definition at line 60 of file v8-handle-base.h.
|
protecteddefault |
|
inlineprotected |
Definition at line 80 of file v8-handle-base.h.
|
inlineprotected |
|
inlineprotected |
Definition at line 84 of file v8-handle-base.h.
|
inlineprotected |
|
friend |
Definition at line 67 of file v8-handle-base.h.
|
friend |
Definition at line 66 of file v8-handle-base.h.
|
private |
Definition at line 104 of file v8-handle-base.h.