![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| CacheEntry () | |
Public Attributes | |
| std::atomic< Address > | pc |
| wasm::WasmCode * | code |
| SafepointEntry | safepoint_entry |
Definition at line 1257 of file wasm-code-manager.h.
|
inline |
Definition at line 1261 of file wasm-code-manager.h.
| wasm::WasmCode* v8::internal::wasm::WasmCodeLookupCache::CacheEntry::code |
Definition at line 1259 of file wasm-code-manager.h.
| std::atomic<Address> v8::internal::wasm::WasmCodeLookupCache::CacheEntry::pc |
Definition at line 1258 of file wasm-code-manager.h.
| SafepointEntry v8::internal::wasm::WasmCodeLookupCache::CacheEntry::safepoint_entry |
Definition at line 1260 of file wasm-code-manager.h.