v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::WasmEHData::ExceptionPayloadSlotOffsets Struct Reference

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmEHData::ExceptionPayloadSlotOffsets:

Public Attributes

uint32_t first_param_slot_offset
 
uint32_t first_param_ref_stack_index
 

Detailed Description

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

Member Data Documentation

◆ first_param_ref_stack_index

uint32_t v8::internal::wasm::WasmEHData::ExceptionPayloadSlotOffsets::first_param_ref_stack_index

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

◆ first_param_slot_offset

uint32_t v8::internal::wasm::WasmEHData::ExceptionPayloadSlotOffsets::first_param_slot_offset

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


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