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

#include <trap-handler-internal.h>

Collaboration diagram for v8::internal::trap_handler::CodeProtectionInfo:

Public Attributes

uintptr_t base
 
size_t size
 
size_t num_protected_instructions
 
ProtectedInstructionData instructions [1]
 

Detailed Description

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

Member Data Documentation

◆ base

uintptr_t v8::internal::trap_handler::CodeProtectionInfo::base

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

◆ instructions

ProtectedInstructionData v8::internal::trap_handler::CodeProtectionInfo::instructions[1]

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

◆ num_protected_instructions

size_t v8::internal::trap_handler::CodeProtectionInfo::num_protected_instructions

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

◆ size

size_t v8::internal::trap_handler::CodeProtectionInfo::size

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


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