MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / normal_return

Method normal_return

cranelift/codegen/src/ir/exception_table.rs:182–184  ·  view source on GitHub ↗

Get the default target for the non-exceptional return case.

(&self)

Source from the content-addressed store, hash-verified

180
181 /// Get the default target for the non-exceptional return case.
182 pub fn normal_return(&self) -> &BlockCall {
183 self.targets.last().unwrap()
184 }
185
186 /// Get the default target for the non-exceptional return case.
187 pub fn normal_return_mut(&mut self) -> &mut BlockCall {

Callers 4

map_exception_tableMethod · 0.80
split_off_return_blockFunction · 0.80

Calls 2

unwrapMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected