summaryrefslogtreecommitdiff
path: root/src/api/callback.cc
AgeCommit message (Expand)Author
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-10-13src: implement v8 host weakref hooksGus Caplan
2019-09-05src: check microtasks before running themShelley Vohr
2019-03-27src: move TickInfo out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-22src: only open HandleScope when necessaryAnna Henningsen
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-04src: fix typo in callback.ccgengjiawen
2019-02-17src: add debug CHECKs against empty handlesAnna Henningsen
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung