summaryrefslogtreecommitdiff
path: root/test/message
AgeCommit message (Expand)Author
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-06test: prepare test/message/testcfg.py for Python 3cclauss
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-11-29process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-11-19test: use print() function on both Python 2 and 3cclauss
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-06test: remove unused catch bindingscjihrig
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-16tools,test: cleanup and dedup codeRefael Ackermann
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-05-21util: fix inspected stack indentationRuben Bridgewater
2018-05-19test: remove untested knownGlobalsRuben Bridgewater
2018-05-10assert: make sure throws is able to handle primitivesRuben Bridgewater
2018-04-14assert: improve default error messagesRuben Bridgewater
2018-04-11test: fix promise message test after V8 updateMichaël Zasso
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-25assert: improve assert.throwsRuben Bridgewater
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-07test: fix esm message tests after V8 updateMichaël Zasso
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-04events: show throw stack trace for uncaught exceptionAnna Henningsen
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-09assert: fix throws traceRuben Bridgewater
2018-01-26test: fix if-error-has-good-stackJoyee Cheung
2018-01-24assert: use destructuring for errorsRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-18lib: make console writable and non-enumerableRuben Bridgewater
2018-01-17test: improve to use template stringsreepurnajasti
2018-01-15module: refactor loaderGus Caplan
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-12-15assert: use object argument in innerFailRuben Bridgewater
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-28process: slightly simplify next tick executionAnatoli Papirovski
2017-11-22process: improve unhandled rejection messageMadara Uchiha
2017-11-22assert: use Object.is comparison in .strictEqualRuben Bridgewater
2017-11-14events: remove emit micro-optimizationsAnatoli Papirovski
2017-10-23timers: cleanup extraneous property on ImmediatesJeremiah Senkpiel