summaryrefslogtreecommitdiff
path: root/test/message
Commit message (Expand)AuthorAgeFilesLines
* process: inspect error in case of a fatal exceptionRuben Bridgewater2019-05-167-7/+45
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-065-5/+2
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-2815-12/+173
* lib: throw a special error in internal/assertJoyee Cheung2019-04-254-0/+45
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-152-0/+29
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-17/+8
* console: remove trace frameRuben Bridgewater2019-04-121-1/+0
* module: inline try catchRuben Bridgewater2019-04-0415-22/+8
* esm: phase two of new esm implementationguybedford2019-03-277-12/+16
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-272-2/+2
* console: fix trace functionRuben Bridgewater2019-03-212-0/+15
* timers: refactor timer callback initializationJoyee Cheung2019-03-191-2/+2
* test: fix tests after V8 updateMichaël Zasso2019-03-147-12/+17
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-112-4/+4
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-102-2/+2
* src: handle errors while printing error objectsAnna Henningsen2019-02-032-0/+15
* process: split execution into main scriptsJoyee Cheung2019-01-3011-41/+22
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-166-11/+11
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-063-6/+6
* src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen2019-01-068-28/+1
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-312-8/+8
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-243-3/+3
* test: prepare test/message/testcfg.py for Python 3cclauss2018-12-061-1/+11
* src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung2018-12-043-6/+6
* process: refactor the bootstrap mode branching for readabilityJoyee Cheung2018-11-2911-12/+39
* test: use print() function on both Python 2 and 3cclauss2018-11-191-11/+12
* src: emit warnings from V8Gus Caplan2018-11-162-0/+20
* test: remove unused catch bindingscjihrig2018-11-062-2/+2
* timers: run nextTicks after each immediate and timerAnatoli Papirovski2018-10-175-8/+8
* tools,test: cleanup and dedup codeRefael Ackermann2018-10-161-10/+1
* assert: switch `inputs` to `values`Ruben Bridgewater2018-09-272-2/+2
* process: add `multipleResolves` eventRuben Bridgewater2018-09-251-0/+1
* assert: multiple improvementsRuben Bridgewater2018-08-043-11/+10
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-1/+2
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-1/+1
* util: fix inspected stack indentationRuben Bridgewater2018-05-212-0/+75
* test: remove untested knownGlobalsRuben Bridgewater2018-05-191-3/+6
* assert: make sure throws is able to handle primitivesRuben Bridgewater2018-05-101-2/+2
* assert: improve default error messagesRuben Bridgewater2018-04-142-2/+6
* test: fix promise message test after V8 updateMichaël Zasso2018-04-111-0/+1
* lib: rename js source to lower snake_caseDaniel Bevenius2018-03-284-4/+4
* assert: improve assert.throwsRuben Bridgewater2018-03-251-1/+7
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-1518-93/+93
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-158-35/+35
* test: fix esm message tests after V8 updateMichaël Zasso2018-03-074-6/+2
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-066-11/+11
* events: show throw stack trace for uncaught exceptionAnna Henningsen2018-03-046-0/+92
* timers: refactor timer list processingAnatoli Papirovski2018-02-091-1/+2
* assert: fix throws traceRuben Bridgewater2018-02-092-0/+20
* test: fix if-error-has-good-stackJoyee Cheung2018-01-261-8/+8