| Commit message (Expand) | Author | Age | Files | Lines |
* | bootstrap: initialize per-isolate properties of bindings separately | Joyee Cheung | 2023-05-03 | 1 | -16/+26 |
* | src: use the internal field to determine if an object is a BaseObject | Joyee Cheung | 2023-04-06 | 1 | -1/+0 |
* | src: use constant strings for memory info names | Chengzhong Wu | 2023-01-09 | 1 | -3/+9 |
* | src: add worker per-isolate binding initialization | legendecas | 2022-12-28 | 1 | -6/+8 |
* | src: rename internal module declaration as internal bindings | legendecas | 2022-11-29 | 1 | -3/+3 |
* | src: track contexts in the Environment instead of AsyncHooks | Joyee Cheung | 2022-11-07 | 1 | -5/+5 |
* | src: split property helpers from node::Environment | legendecas | 2022-08-02 | 1 | -13/+15 |
* | async_hooks: remove destroyed symbol on Promises | Gerhard Stöbich | 2022-03-21 | 1 | -4/+7 |
* | src: remove separate definitions for static constexpr members | Anna Henningsen | 2022-02-11 | 1 | -3/+0 |
* | Revert "async_hooks: merge resource_symbol with owner_symbol" | Darshan Sen | 2021-11-18 | 1 | -2/+2 |
* | async_hooks: eliminate require side effects | Stephen Belanger | 2021-11-13 | 1 | -3/+6 |
* | async_hooks: merge resource_symbol with owner_symbol | Darshan Sen | 2021-07-28 | 1 | -2/+2 |
* | async_hooks: eliminate native PromiseHook | Stephen Belanger | 2021-07-23 | 1 | -287/+0 |
* | src: set PromiseHooks by Environment | Bryan English | 2021-06-02 | 1 | -2/+2 |
* | async_hooks: use new v8::Context PromiseHook API | Stephen Belanger | 2021-05-06 | 1 | -0/+11 |
* | src: use non-deprecated GetCreationContext from V8 | Michaël Zasso | 2021-03-15 | 1 | -2/+2 |
* | src: use correct outer Context’s microtask queue | Anna Henningsen | 2020-12-13 | 1 | -1/+2 |
* | src: remove unused AsyncWrapObject | James M Snell | 2020-10-10 | 1 | -46/+0 |
* | src: add check against non-weak BaseObjects at process exit | Anna Henningsen | 2020-10-07 | 1 | -0/+6 |
* | async_hooks: fix id assignment in fast-path promise hook | Andrey Pechkurov | 2020-08-03 | 1 | -38/+44 |
* | async_hooks: execute destroy hooks earlier | Gerhard Stoebich | 2020-08-02 | 1 | -0/+12 |
* | async_hooks: optimize fast-path promise hook for ALS | Andrey Pechkurov | 2020-07-28 | 1 | -7/+59 |
* | src: snapshot node | Joyee Cheung | 2020-07-18 | 1 | -0/+22 |
* | async_hooks: improve resource stack performance | Anna Henningsen | 2020-07-14 | 1 | -2/+21 |
* | async_hooks: callback trampoline for MakeCallback | Stephen Belanger | 2020-06-19 | 1 | -0/+9 |
* | src: introduce BaseObject base FunctionTemplate | Anna Henningsen | 2020-06-14 | 1 | -0/+1 |
* | src: remove unused using declarations | Daniel Bevenius | 2020-05-28 | 1 | -1/+0 |
* | src: use enum for refed flag on native immediates | Anna Henningsen | 2020-05-21 | 1 | -1/+1 |
* | src: use symbol to store `AsyncWrap` resource | Anna Henningsen | 2020-05-21 | 1 | -20/+15 |
* | src: add promise_resolve to SetupHooks comment | Daniel Bevenius | 2020-05-18 | 1 | -3/+4 |
* | src: fix typo in comment in async_wrap.cc | Daniel Bevenius | 2020-05-12 | 1 | -1/+1 |
* | src: fix compiler warning in async_wrap.cc | Anna Henningsen | 2020-05-09 | 1 | -0/+1 |
* | async_hooks: move PromiseHook handler to JS | Stephen Belanger | 2020-05-09 | 1 | -39/+134 |
* | src: add AsyncWrapObject constructor template factory | Stephen Belanger | 2020-04-28 | 1 | -15/+18 |
* | src: remove unused v8::TryCatch namespace | Juan José Arboleda | 2020-04-11 | 1 | -1/+0 |
* | src: cleanup DestroyParam when Environment exits | Anna Henningsen | 2020-03-27 | 1 | -0/+7 |
* | async_hooks: avoid resource reuse by FileHandle | Gerhard Stoebich | 2020-03-11 | 1 | -5/+1 |
* | src: pass resource object along with InternalMakeCallback | Anna Henningsen | 2020-03-04 | 1 | -1/+1 |
* | src: improve handling of internal field counting | James M Snell | 2020-03-02 | 1 | -10/+12 |
* | async_hooks: add executionAsyncResource | Matteo Collina | 2020-02-11 | 1 | -10/+28 |
* | src: cleanup unused headers | Alexandre Ferrando | 2019-11-28 | 1 | -1/+0 |
* | src: allow generic C++ callables in SetImmediate() | Anna Henningsen | 2019-08-01 | 1 | -2/+2 |
* | src: do not include partial AsyncWrap instances in heap dump | Anna Henningsen | 2019-07-22 | 1 | -7/+29 |
* | src: replace already elevated Object, Local v8 namespace | Juan José Arboleda | 2019-07-12 | 1 | -1/+1 |
* | async_hooks: don't reuse resource in HttpAgent | Gerhard Stoebich | 2019-05-19 | 1 | -2/+16 |
* | async_hooks: only disable promise hook if wanted | Anna Henningsen | 2019-05-13 | 1 | -9/+4 |
* | src: remove extra semicolons after macros | gengjiawen | 2019-05-12 | 1 | -7/+10 |
* | async_hooks: fixup do not reuse HTTPParser | Gerhard Stoebich | 2019-05-03 | 1 | -9/+22 |
* | src: prefer v8::Global over node::Persistent | Anna Henningsen | 2019-04-30 | 1 | -2/+3 |
* | src: do not reuse async resource in http parsers | Daniel Beckert | 2019-04-22 | 1 | -2/+6 |