V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::OS::SharedLibraryAddress Struct Reference

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
 

Detailed Description

Definition at line 212 of file platform.h.


The documentation for this struct was generated from the following file: