(self)
| 134 | } |
| 135 | |
| 136 | impl InternedConstantPool { |
| 137 | pub(super) fn into_inner(self) -> ConstantPool<'static> { |
| 138 | self.pool |
| 139 | } |
| 140 | |
| 141 | pub(super) fn add(&mut self, constant: Constant<'static>) -> jvm::Result<u16> { |
no outgoing calls
no test coverage detected