(label)
| 28 | }) |
| 29 | }, |
| 30 | countReset(label) { |
| 31 | return core.sync(() => { |
| 32 | console.countReset(label) |
| 33 | }) |
| 34 | }, |
| 35 | debug(...args) { |
| 36 | return core.sync(() => { |
| 37 | console.debug(...args) |
nothing calls this directly
no test coverage detected
searching dependent graphs…