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

Class FrameStateSlotOffset

crates/environ/src/frame_table.rs:411–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409/// An offset into the state slot.
410#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
411pub struct FrameStateSlotOffset(pub(crate) u32);
412impl FrameStateSlotOffset {
413 #[cfg(feature = "compile")]
414 pub(crate) fn add(self, offset: u32) -> FrameStateSlotOffset {

Callers 5

addMethod · 0.85
localMethod · 0.85
stackMethod · 0.85
add_localMethod · 0.85
push_stackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected