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

Method def_jt

cranelift/reader/src/sourcemap.rs:183–185  ·  view source on GitHub ↗

Define the jump table `entity`.

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

Source from the content-addressed store, hash-verified

181
182 /// Define the jump table `entity`.
183 pub fn def_jt(&mut self, entity: JumpTable, loc: Location) -> ParseResult<()> {
184 self.def_entity(entity.into(), loc)
185 }
186
187 /// Define the jump table `entity`.
188 pub fn def_constant(&mut self, entity: Constant, loc: Location) -> ParseResult<()> {

Callers

nothing calls this directly

Calls 1

def_entityMethod · 0.80

Tested by

no test coverage detected