(pc int, v int)
| 262 | } |
| 263 | |
| 264 | func (cd *codeStore) SetBx(pc int, v int) { |
| 265 | opSetArgBx(&cd.codes[pc], v) |
| 266 | } |
| 267 | |
| 268 | func (cd *codeStore) SetSbx(pc int, v int) { |
| 269 | opSetArgSbx(&cd.codes[pc], v) |
nothing calls this directly
no test coverage detected