v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::WasmBytecodeGenerator::RollbackStack::Entry Struct Reference
Collaboration diagram for v8::internal::wasm::WasmBytecodeGenerator::RollbackStack::Entry:

Public Attributes

EntryKind kind
 
uint32_t value
 

Detailed Description

Definition at line 2041 of file wasm-interpreter.h.

Member Data Documentation

◆ kind

EntryKind v8::internal::wasm::WasmBytecodeGenerator::RollbackStack::Entry::kind

Definition at line 2042 of file wasm-interpreter.h.

◆ value

uint32_t v8::internal::wasm::WasmBytecodeGenerator::RollbackStack::Entry::value

Definition at line 2043 of file wasm-interpreter.h.


The documentation for this struct was generated from the following file: