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

Method add

crates/environ/src/frame_table.rs:414–416  ·  view source on GitHub ↗
(self, offset: u32)

Source from the content-addressed store, hash-verified

412impl FrameStateSlotOffset {
413 #[cfg(feature = "compile")]
414 pub(crate) fn add(self, offset: u32) -> FrameStateSlotOffset {
415 FrameStateSlotOffset(self.0 + offset)
416 }
417
418 /// Get the offset into the state stackslot, suitable for use in a
419 /// `stack_store`/`stack_load` instruction.

Callers 4

adjustColorForOffsetFunction · 0.45
linkElementsFunction · 0.45
createDivForCodeFunction · 0.45
push_stackMethod · 0.45

Calls 1

Tested by

no test coverage detected