v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
handler-shared.cc File Reference
Include dependency graph for handler-shared.cc:

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
 
CodeProtectionInfoListEntryv8::internal::trap_handler::gCodeObjects = nullptr
 
SandboxRecordv8::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}