![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/trap-handler/trap-handler-internal.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::trap_handler |
Variables | |
thread_local int | v8::internal::trap_handler::g_thread_in_wasm_code |
size_t | v8::internal::trap_handler::gNumCodeObjects = 0 |
CodeProtectionInfoListEntry * | v8::internal::trap_handler::gCodeObjects = nullptr |
SandboxRecord * | v8::internal::trap_handler::gSandboxRecordsHead = nullptr |
std::atomic_size_t | v8::internal::trap_handler::gRecoveredTrapCount = {0} |
std::atomic< uintptr_t > | v8::internal::trap_handler::gLandingPad = {0} |