V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
SharedLibraryAddress (const std::string &library_path, uintptr_t start, uintptr_t end) | |
SharedLibraryAddress (const std::string &library_path, uintptr_t start, uintptr_t end, intptr_t aslr_slide) | |
Public Attributes | |
std::string | library_path |
uintptr_t | start |
uintptr_t | end |
intptr_t | aslr_slide |
Definition at line 212 of file platform.h.