![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| typedef uintptr_t | Address |
Public Member Functions | |
| AddressRegion (Address address, size_t size) | |
| Address | begin () const |
| Address | end () const |
| size_t | size () const |
| void | set_size (size_t size) |
| bool | is_empty () const |
| bool | contains (Address address) const |
| bool | contains (Address address, size_t size) const |
| bool | contains (AddressRegion region) const |
| bool | operator== (AddressRegion other) const |
| bool | operator!= (AddressRegion other) const |
Definition at line 16 of file address-region.h.