()
| 84 | return format(this.toJSON()) |
| 85 | } |
| 86 | toJSON() { |
| 87 | return { |
| 88 | _id: "FiberId", |
| 89 | _tag: this._tag, |
| 90 | id: this.id, |
| 91 | startTimeMillis: this.startTimeMillis |
| 92 | } |
| 93 | } |
| 94 | [NodeInspectSymbol]() { |
| 95 | return this.toJSON() |
| 96 | } |
no outgoing calls
no test coverage detected