MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / runTryTableOp

Method runTryTableOp

lib/executor/engine/controlInstr.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258Expect<void> Executor::runTryTableOp(Runtime::StackManager &StackMgr,
259 const AST::Instruction &Instr,
260 AST::InstrView::iterator &PC) noexcept {
261 const auto &TryDesc = Instr.getTryCatch();
262 StackMgr.pushHandler(PC, TryDesc.BlockParamNum, TryDesc.Catch);
263 return {};
264}
265
266} // namespace Executor
267} // namespace WasmEdge

Callers

nothing calls this directly

Calls 1

pushHandlerMethod · 0.80

Tested by

no test coverage detected