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

#include <wasm-interpreter.h>

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

Public Attributes

BlockIndex catch_block_index
 
int tag_index
 
CodeOffset code_offset
 

Detailed Description

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

Member Data Documentation

◆ catch_block_index

BlockIndex v8::internal::wasm::WasmEHData::CatchHandler::catch_block_index

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

◆ code_offset

CodeOffset v8::internal::wasm::WasmEHData::CatchHandler::code_offset

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

◆ tag_index

int v8::internal::wasm::WasmEHData::CatchHandler::tag_index

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


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