summaryrefslogtreecommitdiff
path: root/src/api/callback.cc
Commit message (Expand)AuthorAgeFilesLines
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-3/+1
* async_hooks: improve resource stack performanceAnna Henningsen2020-07-141-8/+13
* domain: remove native domain codeStephen Belanger2020-06-191-16/+3
* async_hooks: callback trampoline for MakeCallbackStephen Belanger2020-06-191-7/+33
* src: use symbol to store `AsyncWrap` resourceAnna Henningsen2020-05-211-1/+1
* async_hooks: clear async_id_stack for terminations in more placesAnna Henningsen2020-05-151-3/+10
* src: pass resource object along with InternalMakeCallbackAnna Henningsen2020-03-041-2/+3
* async_hooks: executionAsyncResource matches in hooksGerhard Stoebich2020-02-261-9/+9
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-5/+5
* src: remove dead code in InternalMakeCallbackGerhard Stoebich2020-02-081-1/+1
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen2019-11-061-5/+8
* src: use callback scope for main scriptAnna Henningsen2019-11-061-5/+6
* src: implement v8 host weakref hooksGus Caplan2019-10-131-0/+3
* src: check microtasks before running themShelley Vohr2019-09-051-1/+2
* src: move TickInfo out of EnvironmentJoyee Cheung2019-03-271-1/+1
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-2/+2
* src: move AsyncHooks out of EnvironmentJoyee Cheung2019-03-271-2/+0
* src: only open HandleScope when necessaryAnna Henningsen2019-03-221-1/+1
* src: shutdown node in-flightGireesh Punathil2019-03-161-1/+1
* src: fix typo in callback.ccgengjiawen2019-03-041-1/+1
* src: add debug CHECKs against empty handlesAnna Henningsen2019-02-171-0/+5
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-0/+260