Searched refs:timeLog (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-console.js | 57 console.timeLog('noLabel'); 66 console.timeLog(); 71 console.timeLog(); 187 console.timeLog('log1'); 188 console.timeLog('log1', 'test'); 189 console.timeLog('log1', {}, [1, 2, 3]);
|
D | test-trace-events-console.js | 27 console.timeLog('foo');
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | console.idl | 32 void timeLog(optional DOMString label = "default", any... data);
|
/third_party/node/doc/api/ |
D | console.md | 455 ### `console.timeLog([label][, ...data])` 469 console.timeLog('process', value);
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 402 timeLog(label = 'default', ...data) { method
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 5727 timeLog(label?: string, ...data: any[]): void; method
|
D | lib.dom.d.ts | 19118 timeLog(label?: string, ...data: any[]): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 5707 timeLog(label?: string, ...data: any[]): void; method
|
D | dom.generated.d.ts | 19098 timeLog(label?: string, ...data: any[]): void; method
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1853 * The output `console.timeEnd()` and `console.timeLog()` will now
|
D | CHANGELOG_V10.md | 2765 …* The `console.timeLog()` method has been implemented. [#21312](https://github.com/nodejs/node/pul… 2793 …ejs/node/commit/f3c397cd21)] - **(SEMVER-MINOR)** **console**: implement timeLog method (Michaël Z…
|
D | CHANGELOG_V11.md | 2171 * [[`a2c13fac94`](https://github.com/nodejs/node/commit/a2c13fac94)] - **console**: console.timeLog…
|