v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::OS::MemoryRange Struct Reference

#include <platform.h>

Collaboration diagram for v8::base::OS::MemoryRange:

Public Attributes

uintptr_t start = 0
 
uintptr_t end = 0
 

Detailed Description

Definition at line 317 of file platform.h.

Member Data Documentation

◆ end

uintptr_t v8::base::OS::MemoryRange::end = 0

Definition at line 319 of file platform.h.

◆ start

uintptr_t v8::base::OS::MemoryRange::start = 0

Definition at line 318 of file platform.h.


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