summaryrefslogtreecommitdiff
path: root/src/api/callback.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix cb scope bugs involved in terminationywave6202023-02-281-3/+7
* src: guard slightly costly check in MakeCallback more stronglyAnna Henningsen2022-01-011-3/+10
* src: call overload ctor from the original ctorDarshan Sen2021-08-211-7/+2
* src: add a constructor overload for CallbackScopeDarshan Sen2021-08-211-0/+10
* src: cache necessary isolate & context in api/*XadillaX2021-06-011-11/+17
* src: report idle time correctlyStephen Belanger2021-03-251-0/+4
* src: use non-deprecated GetCreationContext from V8Michaƫl Zasso2021-03-151-3/+6
* src: use correct microtask queue for checkpointsAnna Henningsen2020-12-211-2/+1
* src: introduce convenience node::MakeSyncCallback()Nicolai Stange2020-12-111-0/+28
* src: make MakeCallback() check can_call_into_js before getting methodAnna Henningsen2020-10-031-4/+13
* 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