Home
last modified time | relevance | path

Searched refs:timeLogImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/console/
Dconstructor.js395 const found = timeLogImpl(this, 'timeEnd', label);
405 timeLogImpl(this, 'timeLog', label, data);
599 function timeLogImpl(self, name, label, data) { function
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2128 …ttps://github.com/nodejs/node/commit/b085b94fce)] - **console**: minor timeLogImpl() refactor (cji…