(index, str, enc)
| 2790 | } |
| 2791 | |
| 2792 | setString(index, str, enc) { |
| 2793 | return this.set(index, Opcode.fromString(str, enc)); |
| 2794 | } |
| 2795 | |
| 2796 | pushString(str, enc) { |
| 2797 | return this.push(Opcode.fromString(str, enc)); |
nothing calls this directly
no test coverage detected