summaryrefslogtreecommitdiff
path: root/src/node_task_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* src: split property helpers from node::Environmentlegendecas2022-08-021-6/+5
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* async_hooks: set unhandledRejection async contextSajal Khandelwal2021-02-131-3/+74
* src: use correct microtask queue for checkpointsAnna Henningsen2020-12-211-2/+2
* src: use correct outer Context’s microtask queueAnna Henningsen2020-12-131-1/+2
* src: expose v8::Isolate setup callbacksShelley Vohr2020-10-071-21/+20
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-1/+1
* src: snapshot nodeJoyee Cheung2020-07-181-0/+10
* src: remove unused v8 Message namespaceAdrian Estrada2020-05-021-1/+0
* src: remove unused v8 Array namespaceJuan José Arboleda2020-04-131-1/+0
* src: use callback scope for main scriptAnna Henningsen2019-11-061-16/+0
* src: implement v8 host weakref hooksGus Caplan2019-10-131-0/+2
* src: perform check before running in runMicrotasks()Jeremy Apthorp2019-09-221-1/+1
* src: print exceptions from PromiseRejectCallbackAnna Henningsen2019-09-161-0/+10
* src: check microtasks before running themShelley Vohr2019-09-051-1/+2
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-15/+0
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-281-0/+15
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-1/+2
* src: print error before abortingRuben Bridgewater2019-04-151-2/+3
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-111-0/+25
* src: remove unused isolate variableDaniel Bevenius2019-01-061-1/+0
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-061-9/+8
* src: refactor tickInfo accessJoyee Cheung2019-01-061-8/+2
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-0/+136