summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)Author
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-12-02lib: move lib/console.js to lib/internal/console/constructor.jsJoyee Cheung
2018-11-29console: lazy load process.stderr and process.stdoutJoyee Cheung
2018-11-20console: improve code readabilitygengjiawen
2018-11-13console: console.timeLog() using the default labelMarie Terrier
2018-11-05console: bind methods from the prototype chain in ConsoleJoyee Cheung
2018-10-26lib: make the global console [[Prototype]] an empty objectJoyee Cheung
2018-10-18console: add trace-events for time and countJames M Snell
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-27lib: change abstract equal to strict equalZYSzys
2018-09-05util: make util binding internalcjihrig
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-04console: implement timeLog methodMichaƫl Zasso
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18console: .table fall back to logging for function tooohbarye
2018-05-18console: lazy load cliRuben Bridgewater
2018-05-08console: make console.table() use colored inspectTSUYUSATO Kitsune
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-04-27console: fix console.table() display edge caseRich Trott
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-04-12console: auto-detect color support by defaultAnna Henningsen
2018-04-12console: add color supportAnna Henningsen
2018-04-12console: allow `options` object as constructor argAnna Henningsen
2018-03-30console: add table methodGus Caplan
2018-03-25console: don't swallow call stack exceeded errorsDan Kaplun
2018-02-22console: port errors to new systemRuben Bridgewater
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
2017-12-26console: make .assert standard compliantRuben Bridgewater
2017-12-20console: order functions and remove \n\nRuben Bridgewater
2017-12-20benchmark: refactor console benchmarkRuben Bridgewater
2017-12-20console: make variables and checks stricterRuben Bridgewater
2017-12-20console: make error handling engine agnosticRuben Bridgewater
2017-12-04console: make dirxml an alias for console.logBenjamin Zaslavsky
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-08-25console: improve console.group()Rich Trott
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-07console: coerce label to string in console.time()James M Snell
2017-08-03console,test: make message test more accurateAnna Henningsen
2017-08-02console: add console.count() and console.clear()James M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-22console: use a plain object for the the error stackRuben Bridgewater
2017-05-27errors: migrate lib/consolemskec
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21console: fixup `console.dir()` error handlingAnna Henningsen
2017-02-15console: do not emit error eventsAnna Henningsen
2016-10-16console: name anonymous functionsTyler Brazier