summaryrefslogtreecommitdiff
path: root/lib/async_hooks.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-4/+4
* lib: add AsyncLocalStorage.bind() and .snapshot()flakey52023-02-191-0/+8
* async_hooks: deprecate the AsyncResource.bind asyncResource propertyJames M Snell2023-02-031-3/+11
* async_hooks: remove experimental onPropagate optionJames M Snell2023-02-011-13/+2
* lib: refactor to use validate functionDeokjin Kim2023-01-141-5/+2
* async_hooks: refactor to use `validateObject`Deokjin Kim2023-01-011-3/+2
* async_hooks: add hook to stop propagationGerhard Stöbich2022-11-151-4/+19
* async_hooks: use `kEmptyObject`LiviaMedeiros2022-06-111-1/+2
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+2
* lib: fix AsyncResource.bind not using 'this' from the caller by defaultRoch Devost2022-03-081-9/+14
* async_hooks: expose async_wrap providersRafael Gonzaga2021-11-121-0/+3
* async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger2021-08-311-8/+12
* async_hooks: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-011-8/+7
* lib: refactor to use validateFunctionZiJian Liu2021-01-271-4/+5
* async_hooks: add thisArg to AsyncResource.bindJames M Snell2021-01-091-4/+9
* async_hooks: refactor to use more primordialsAntoine du Hamel2020-11-201-7/+13
* async_hooks: fix leak in AsyncLocalStorage exitStephen Belanger2020-11-111-7/+11
* async_hooks: avoid GC tracking of AsyncResource in ALSGerhard Stoebich2020-08-071-2/+6
* async_hooks: don't read resource if ALS is disabledGerhard Stoebich2020-08-061-1/+1
* async_hooks: avoid unneeded AsyncResource creationGerhard Stoebich2020-08-061-0/+5
* async_hooks: improve property descriptors in als.bindGerhard Stoebich2020-08-041-1/+5
* async_hooks: add AsyncResource.bind utilityJames M Snell2020-08-031-0/+24
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-091-0/+3
* async_hooks: merge run and exit methodsAndrey Pechkurov2020-04-131-18/+2
* async_hooks: prevent sync methods of async storage exiting outer contextStephen Belanger2020-04-131-12/+8
* async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov2020-04-061-1/+2
* async_hooks: add sync enterWith to ALSStephen Belanger2020-03-091-3/+3
* async_hooks: fix ctx loss after nested ALS callsAndrey Pechkurov2020-03-061-9/+12
* async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov2020-02-271-8/+6
* async_hooks: introduce async-context APIvdeturckheim2020-02-231-0/+93
* async_hooks: ensure event after been emitted on runInAsyncScopelegendecas2020-02-141-5/+10
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-1/+3
* async_hooks: remove internal only error checkingAnatoli Papirovski2020-01-111-0/+6
* async_hooks: ensure proper handling in runInAsyncScopeAnatoli Papirovski2019-12-161-9/+7
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-1/+2
* lib: flatten access to primordialsMichaël Zasso2019-11-251-2/+4
* async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen2019-10-261-1/+3
* process: improve queueMicrotask performanceAnatoli Papirovski2019-06-101-11/+15
* async_hooks: improve AsyncResource performanceAnatoli Papirovski2019-04-051-11/+14
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* async_hooks: remove deprecated emitBefore and emitAfterMatteo Collina2019-03-181-23/+0
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* lib: extract validateString validatorJon Moss2018-08-071-3/+2
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+1
* async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius2018-03-181-3/+2
* async_hooks: don't set hook_fields[kTotals] to 0Daniel Bevenius2018-03-111-4/+2
* lib: port errors to new systemMichaël Zasso2018-03-051-10/+12
* src: fix error message in async_hooks constructorDaniel Bevenius2018-02-281-5/+5
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-18/+5