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

Method traps

cranelift/codegen/src/machinst/buffer.rs:1947–1949  ·  view source on GitHub ↗

Get the list of trap records for this code.

(&self)

Source from the content-addressed store, hash-verified

1945
1946 /// Get the list of trap records for this code.
1947 pub fn traps(&self) -> &[MachTrap] {
1948 &self.traps[..]
1949 }
1950
1951 /// Get the user stack map metadata for this code.
1952 pub fn user_stack_maps(&self) -> &[(CodeOffset, u32, ir::UserStackMap)] {

Callers 2

handle_moduleFunction · 0.45
disassembleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected