(object, options)
| 445 | }, |
| 446 | |
| 447 | dir(object, options) { |
| 448 | this[kWriteToConsole](kUseStdout, inspect(object, { |
| 449 | customInspect: false, |
| 450 | ...this[kGetInspectOptions](this._stdout), |
| 451 | ...options, |
| 452 | })); |
| 453 | }, |
| 454 | |
| 455 | time(label = 'default') { |
| 456 | time(this._times, kTraceConsoleCategory, 'console.time()', kNone, label, `time::${label}`); |