Define the jump table `entity`.
(&mut self, entity: JumpTable, loc: Location)
| 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<()> { |
nothing calls this directly
no test coverage detected