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

Method def_dss

cranelift/reader/src/sourcemap.rs:158–160  ·  view source on GitHub ↗

Define the dynamic stack slot `entity`.

(&mut self, entity: DynamicStackSlot, loc: Location)

Source from the content-addressed store, hash-verified

156
157 /// Define the dynamic stack slot `entity`.
158 pub fn def_dss(&mut self, entity: DynamicStackSlot, loc: Location) -> ParseResult<()> {
159 self.def_entity(entity.into(), loc)
160 }
161
162 /// Define the dynamic type `entity`.
163 pub fn def_dt(&mut self, entity: DynamicType, loc: Location) -> ParseResult<()> {

Callers 1

add_dssMethod · 0.80

Calls 1

def_entityMethod · 0.80

Tested by

no test coverage detected