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

#include <trap-handler-internal.h>

Collaboration diagram for v8::internal::trap_handler::CodeProtectionInfoListEntry:

Public Attributes

CodeProtectionInfocode_info
 
size_t next_free
 

Detailed Description

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

Member Data Documentation

◆ code_info

CodeProtectionInfo* v8::internal::trap_handler::CodeProtectionInfoListEntry::code_info

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

◆ next_free

size_t v8::internal::trap_handler::CodeProtectionInfoListEntry::next_free

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


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