#include <wasm-interpreter.h>
Definition at line 1260 of file wasm-interpreter.h.
◆ TryBlock()
v8::internal::wasm::WasmEHData::TryBlock::TryBlock |
( |
BlockIndex | parent_or_matching_try_block, |
|
|
BlockIndex | ancestor_try_index ) |
|
inline |
◆ IsTryDelegate()
bool v8::internal::wasm::WasmEHData::TryBlock::IsTryDelegate |
( |
| ) |
const |
|
inline |
◆ SetDelegated()
void v8::internal::wasm::WasmEHData::TryBlock::SetDelegated |
( |
BlockIndex | delegate_try_idx | ) |
|
|
inline |
◆ ancestor_try_index
BlockIndex v8::internal::wasm::WasmEHData::TryBlock::ancestor_try_index |
◆ catch_handlers
std::vector<CatchHandler> v8::internal::wasm::WasmEHData::TryBlock::catch_handlers |
◆ delegate_try_index
BlockIndex v8::internal::wasm::WasmEHData::TryBlock::delegate_try_index |
◆ end_instruction_code_offset
size_t v8::internal::wasm::WasmEHData::TryBlock::end_instruction_code_offset |
◆ parent_or_matching_try_block
BlockIndex v8::internal::wasm::WasmEHData::TryBlock::parent_or_matching_try_block |
The documentation for this struct was generated from the following file: