summaryrefslogtreecommitdiff
path: root/test/message/unhandled_promise_trace_warnings.out
AgeCommit message (Expand)Author
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-04module: inline try catchRuben Bridgewater
2019-03-14test: fix tests after V8 updateMichaël Zasso
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-11-29process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-04-11test: fix promise message test after V8 updateMichaël Zasso
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2017-11-28process: slightly simplify next tick executionAnatoli Papirovski
2017-11-22process: improve unhandled rejection messageMadara Uchiha
2017-10-23timers: cleanup extraneous property on ImmediatesJeremiah Senkpiel
2017-10-18test: fix message test after V8 upgradeMichaël Zasso
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-02-19test: fix over-dependence on native promise implAli Ijaz Sheikh
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-12-05promise: better stack traces for --trace-warningsAnna Henningsen