Returns the PC of the current instruction.
()
| 86 | |
| 87 | // Returns the PC of the current instruction. |
| 88 | func (it *instructionIterator) PC() uint64 { |
| 89 | return it.pc |
| 90 | } |
| 91 | |
| 92 | // Returns the opcode of the current instruction. |
| 93 | func (it *instructionIterator) Op() vm.OpCode { |
no outgoing calls
no test coverage detected