(path, line, text)
| 340 | this.#eventListeners.instruments.forEach(listener => listener.call(null, this.instruments)); |
| 341 | } |
| 342 | onLogged(path, line, text) { |
| 343 | } |
| 344 | onProfileRecord(name, value, path, line) { |
| 345 | this.profile.setRecord(parseInt(value), name, path, line); |
| 346 | } |
no outgoing calls
no test coverage detected