![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory-tracing.h>
Public Member Functions | |
| MemoryTracingInfo (uintptr_t offset, bool is_store, MachineRepresentation rep) | |
Public Attributes | |
| uintptr_t | offset |
| uint8_t | is_store |
| uint8_t | mem_rep |
Definition at line 20 of file memory-tracing.h.
|
inline |
Definition at line 29 of file memory-tracing.h.
| uint8_t v8::internal::wasm::MemoryTracingInfo::is_store |
Definition at line 22 of file memory-tracing.h.
| uint8_t v8::internal::wasm::MemoryTracingInfo::mem_rep |
Definition at line 23 of file memory-tracing.h.
| uintptr_t v8::internal::wasm::MemoryTracingInfo::offset |
Definition at line 21 of file memory-tracing.h.