V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
V8_INLINE | HandleBase (Address *location) |
V8_INLINE | HandleBase (Address object, Isolate *isolate) |
V8_INLINE bool | is_identical_to (const HandleBase that) const |
V8_INLINE bool | is_null () const |
V8_INLINE Address | address () const |
Protected Types | |
enum | DereferenceCheckMode { INCLUDE_DEFERRED_CHECK, NO_DEFERRED_CHECK } |
Protected Member Functions | |
V8_INLINE Address | operator* () const |
V8_INLINE Address * | location () const |
V8_INLINE bool V8_EXPORT_PRIVATE | IsDereferenceAllowed (DereferenceCheckMode mode) const |
Protected Attributes | |
Address * | location_ |