summaryrefslogtreecommitdiff
path: root/src/node_task_queue.cc
AgeCommit message (Expand)Author
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-10-13src: implement v8 host weakref hooksGus Caplan
2019-09-22src: perform check before running in runMicrotasks()Jeremy Apthorp
2019-09-16src: print exceptions from PromiseRejectCallbackAnna Henningsen
2019-09-05src: check microtasks before running themShelley Vohr
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15src: print error before abortingRuben Bridgewater
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-01-06src: remove unused isolate variableDaniel Bevenius
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung