![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <trap-handler-internal.h>
Public Attributes | |
uintptr_t | base |
size_t | size |
size_t | num_protected_instructions |
ProtectedInstructionData | instructions [1] |
Definition at line 24 of file trap-handler-internal.h.
uintptr_t v8::internal::trap_handler::CodeProtectionInfo::base |
Definition at line 25 of file trap-handler-internal.h.
ProtectedInstructionData v8::internal::trap_handler::CodeProtectionInfo::instructions[1] |
Definition at line 28 of file trap-handler-internal.h.
size_t v8::internal::trap_handler::CodeProtectionInfo::num_protected_instructions |
Definition at line 27 of file trap-handler-internal.h.
size_t v8::internal::trap_handler::CodeProtectionInfo::size |
Definition at line 26 of file trap-handler-internal.h.