summaryrefslogtreecommitdiff
path: root/src/async_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: initialize per-isolate properties of bindings separatelyJoyee Cheung2023-05-031-16/+26
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-061-1/+0
* src: use constant strings for memory info namesChengzhong Wu2023-01-091-3/+9
* src: add worker per-isolate binding initializationlegendecas2022-12-281-6/+8
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* src: track contexts in the Environment instead of AsyncHooksJoyee Cheung2022-11-071-5/+5
* src: split property helpers from node::Environmentlegendecas2022-08-021-13/+15
* async_hooks: remove destroyed symbol on PromisesGerhard Stöbich2022-03-211-4/+7
* src: remove separate definitions for static constexpr membersAnna Henningsen2022-02-111-3/+0
* Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen2021-11-181-2/+2
* async_hooks: eliminate require side effectsStephen Belanger2021-11-131-3/+6
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-07-281-2/+2
* async_hooks: eliminate native PromiseHookStephen Belanger2021-07-231-287/+0
* src: set PromiseHooks by EnvironmentBryan English2021-06-021-2/+2
* async_hooks: use new v8::Context PromiseHook APIStephen Belanger2021-05-061-0/+11
* src: use non-deprecated GetCreationContext from V8Michaël Zasso2021-03-151-2/+2
* src: use correct outer Context’s microtask queueAnna Henningsen2020-12-131-1/+2
* src: remove unused AsyncWrapObjectJames M Snell2020-10-101-46/+0
* src: add check against non-weak BaseObjects at process exitAnna Henningsen2020-10-071-0/+6
* async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov2020-08-031-38/+44
* async_hooks: execute destroy hooks earlierGerhard Stoebich2020-08-021-0/+12
* async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov2020-07-281-7/+59
* src: snapshot nodeJoyee Cheung2020-07-181-0/+22
* async_hooks: improve resource stack performanceAnna Henningsen2020-07-141-2/+21
* async_hooks: callback trampoline for MakeCallbackStephen Belanger2020-06-191-0/+9
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-0/+1
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* src: use enum for refed flag on native immediatesAnna Henningsen2020-05-211-1/+1
* src: use symbol to store `AsyncWrap` resourceAnna Henningsen2020-05-211-20/+15
* src: add promise_resolve to SetupHooks commentDaniel Bevenius2020-05-181-3/+4
* src: fix typo in comment in async_wrap.ccDaniel Bevenius2020-05-121-1/+1
* src: fix compiler warning in async_wrap.ccAnna Henningsen2020-05-091-0/+1
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-091-39/+134
* src: add AsyncWrapObject constructor template factoryStephen Belanger2020-04-281-15/+18
* src: remove unused v8::TryCatch namespaceJuan José Arboleda2020-04-111-1/+0
* src: cleanup DestroyParam when Environment exitsAnna Henningsen2020-03-271-0/+7
* async_hooks: avoid resource reuse by FileHandleGerhard Stoebich2020-03-111-5/+1
* src: pass resource object along with InternalMakeCallbackAnna Henningsen2020-03-041-1/+1
* src: improve handling of internal field countingJames M Snell2020-03-021-10/+12
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-10/+28
* src: cleanup unused headersAlexandre Ferrando2019-11-281-1/+0
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-2/+2
* src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen2019-07-221-7/+29
* src: replace already elevated Object, Local v8 namespaceJuan José Arboleda2019-07-121-1/+1
* async_hooks: don't reuse resource in HttpAgentGerhard Stoebich2019-05-191-2/+16
* async_hooks: only disable promise hook if wantedAnna Henningsen2019-05-131-9/+4
* src: remove extra semicolons after macrosgengjiawen2019-05-121-7/+10
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-9/+22
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-2/+3
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-2/+6