summaryrefslogtreecommitdiff
path: root/lib/console.js
Commit message (Expand)AuthorAgeFilesLines
* console: split console into global.js and constructor.jsJoyee Cheung2018-12-021-0/+24
* lib: move lib/console.js to lib/internal/console/constructor.jsJoyee Cheung2018-12-021-571/+0
* console: lazy load process.stderr and process.stdoutJoyee Cheung2018-11-291-75/+122
* console: improve code readabilitygengjiawen2018-11-201-13/+16
* console: console.timeLog() using the default labelMarie Terrier2018-11-131-2/+2
* console: bind methods from the prototype chain in ConsoleJoyee Cheung2018-11-051-1/+4
* lib: make the global console [[Prototype]] an empty objectJoyee Cheung2018-10-261-6/+50
* console: add trace-events for time and countJames M Snell2018-10-181-1/+12
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* lib: change abstract equal to strict equalZYSzys2018-09-271-1/+1
* util: make util binding internalcjihrig2018-09-051-1/+2
* util: improve display of iterators and weak entriesRuben Bridgewater2018-07-181-3/+6
* console: fix timeEnd() not coercing the inputRuben Bridgewater2018-07-161-2/+4
* console,util: avoid pair array generation in C++Anna Henningsen2018-07-161-9/+19
* console: console.countReset() should emit warningDominic Farolino2018-07-121-4/+7
* console: implement timeLog methodMichaƫl Zasso2018-07-041-6/+22
* lib,src: use V8 API for collection inspectionAnna Henningsen2018-05-191-3/+3
* console: .table fall back to logging for function tooohbarye2018-05-181-2/+1
* console: lazy load cliRuben Bridgewater2018-05-181-1/+4
* console: make console.table() use colored inspectTSUYUSATO Kitsune2018-05-081-9/+10
* console: console.time() should not reset a timer when it existsGus Caplan2018-05-031-0/+4
* console: fix console.table() display edge caseRich Trott2018-04-271-3/+1
* console: fix class inheritance regressionAnatoli Papirovski2018-04-201-11/+10
* console: auto-detect color support by defaultAnna Henningsen2018-04-121-1/+1
* console: add color supportAnna Henningsen2018-04-121-14/+49
* console: allow `options` object as constructor argAnna Henningsen2018-04-121-6/+21
* console: add table methodGus Caplan2018-03-301-1/+128
* console: don't swallow call stack exceeded errorsDan Kaplun2018-03-251-12/+5
* console: port errors to new systemRuben Bridgewater2018-02-221-3/+3
* tools: non-Ascii linter for /lib onlySarat Addepalli2018-02-041-2/+2
* console: make .assert standard compliantRuben Bridgewater2017-12-261-1/+2
* console: order functions and remove \n\nRuben Bridgewater2017-12-201-17/+1
* benchmark: refactor console benchmarkRuben Bridgewater2017-12-201-3/+3
* console: make variables and checks stricterRuben Bridgewater2017-12-201-3/+3
* console: make error handling engine agnosticRuben Bridgewater2017-12-201-1/+11
* console: make dirxml an alias for console.logBenjamin Zaslavsky2017-12-041-0/+3
* console: add support for console.debugBenjamin Zaslavsky2017-11-181-0/+3
* console: avoid adding infinite error listenersMatteo Collina2017-11-081-1/+4
* console: improve console.group()Rich Trott2017-08-251-7/+20
* console: implement minimal `console.group()`Rich Trott2017-08-231-3/+21
* console: coerce label to string in console.time()James M Snell2017-08-071-2/+6
* console,test: make message test more accurateAnna Henningsen2017-08-031-0/+4
* console: add console.count() and console.clear()James M Snell2017-08-021-0/+39
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* console: use a plain object for the the error stackRuben Bridgewater2017-06-221-5/+4
* errors: migrate lib/consolemskec2017-05-271-2/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* console: fixup `console.dir()` error handlingAnna Henningsen2017-02-211-1/+4
* console: do not emit error eventsAnna Henningsen2017-02-151-5/+53
* console: name anonymous functionsTyler Brazier2016-10-161-6/+6