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

#include <trap-handler-internal.h>

Collaboration diagram for v8::internal::trap_handler::SandboxRecord:

Public Attributes

uintptr_t base
 
size_t size
 
SandboxRecordnext
 

Detailed Description

Definition at line 58 of file trap-handler-internal.h.

Member Data Documentation

◆ base

uintptr_t v8::internal::trap_handler::SandboxRecord::base

Definition at line 59 of file trap-handler-internal.h.

◆ next

SandboxRecord* v8::internal::trap_handler::SandboxRecord::next

Definition at line 61 of file trap-handler-internal.h.

◆ size

size_t v8::internal::trap_handler::SandboxRecord::size

Definition at line 60 of file trap-handler-internal.h.


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