()
| 141 | return pipeArguments(this, arguments) |
| 142 | } |
| 143 | toJSON() { |
| 144 | return { |
| 145 | _id: "Effect", |
| 146 | _op: this._op, |
| 147 | effect_instruction_i0: toJSON(this.effect_instruction_i0), |
| 148 | effect_instruction_i1: toJSON(this.effect_instruction_i1), |
| 149 | effect_instruction_i2: toJSON(this.effect_instruction_i2) |
| 150 | } |
| 151 | } |
| 152 | toString() { |
| 153 | return format(this.toJSON()) |
| 154 | } |
no test coverage detected