()
| 448 | } |
| 449 | |
| 450 | nextSuccess() { |
| 451 | let current = this.popStack() |
| 452 | while (current !== undefined && current.effect_instruction_i0 !== OpCodes.OP_ON_SUCCESS) { |
| 453 | current = this.popStack() |
| 454 | } |
| 455 | return current |
| 456 | } |
| 457 | |
| 458 | nextFailure() { |
| 459 | let current = this.popStack() |