()
| 124 | return format(this.toJSON()) |
| 125 | } |
| 126 | toJSON() { |
| 127 | return { |
| 128 | _id: "FiberId", |
| 129 | _tag: this._tag, |
| 130 | left: toJSON(this.left), |
| 131 | right: toJSON(this.right) |
| 132 | } |
| 133 | } |
| 134 | [NodeInspectSymbol]() { |
| 135 | return this.toJSON() |
| 136 | } |
no test coverage detected