- dc2a5d7 async_hooks: use `kEmptyObject` by LiviaMedeiros · 3 years ago
- 06d8606 lib: use null-prototype objects for property descriptors by Antoine du Hamel · 3 years ago
- 409c594 lib: fix AsyncResource.bind not using 'this' from the caller by default by Roch Devost · 3 years, 2 months ago
- d10085b async_hooks: expose async_wrap providers by Rafael Gonzaga · 3 years, 6 months ago
- 926152a async_hooks: use resource stack for AsyncLocalStorage run by Stephen Belanger · 3 years, 9 months ago
- f8853dd async_hooks: refactor to avoid unsafe array iteration by Antoine du Hamel · 4 years, 4 months ago
- 064a707 lib: refactor to use validateFunction by ZiJian Liu · 4 years, 4 months ago
- 324a6c2 async_hooks: add thisArg to AsyncResource.bind by James M Snell · 4 years, 4 months ago
- f47d655 async_hooks: refactor to use more primordials by Antoine du Hamel · 4 years, 6 months ago
- 06f0d78 async_hooks: fix leak in AsyncLocalStorage exit by Stephen Belanger · 4 years, 6 months ago
- 014feec async_hooks: avoid GC tracking of AsyncResource in ALS by Gerhard Stoebich · 4 years, 10 months ago
- a4e1755 async_hooks: don't read resource if ALS is disabled by Gerhard Stoebich · 4 years, 10 months ago
- 4824988 async_hooks: avoid unneeded AsyncResource creation by Gerhard Stoebich · 4 years, 10 months ago
- 3ea94ec async_hooks: improve property descriptors in als.bind by Gerhard Stoebich · 4 years, 10 months ago
- 74df749 async_hooks: add AsyncResource.bind utility by James M Snell · 4 years, 10 months ago
- 13c5a16 async_hooks: move PromiseHook handler to JS by Stephen Belanger · 5 years ago
- 50dd63e async_hooks: merge run and exit methods by Andrey Pechkurov · 5 years ago
- f7f0441 async_hooks: prevent sync methods of async storage exiting outer context by Stephen Belanger · 5 years ago
- 561dda2 async_hooks: move to lazy destroy hook registration in AsyncResource by Andrey Pechkurov · 5 years ago
- d368dcc async_hooks: add sync enterWith to ALS by Stephen Belanger · 5 years ago
- 86ab4ee async_hooks: fix ctx loss after nested ALS calls by Andrey Pechkurov · 5 years ago
- 6510a74 async_hooks: add store arg in AsyncLocalStorage by Andrey Pechkurov · 5 years ago
- 9c70292 async_hooks: introduce async-context API by vdeturckheim · 5 years ago
- 75311db async_hooks: ensure event after been emitted on runInAsyncScope by legendecas · 5 years ago
- 9fdb6e6 async_hooks: add executionAsyncResource by Matteo Collina · 5 years ago
- 4de31d5 async_hooks: remove internal only error checking by Anatoli Papirovski · 5 years ago
- 503900b async_hooks: ensure proper handling in runInAsyncScope by Anatoli Papirovski · 5 years ago
- eac3f0a lib: replace Symbol global by the primordials Symbol by Sebastien Ahkrin · 5 years ago
- 1f9a5ae lib: use static Number properties from primordials by Michaël Zasso · 5 years ago
- 0646eda lib: flatten access to primordials by Michaël Zasso · 5 years ago
- 6858c7e async_hooks: only emit `after` for AsyncResource if stack not empty by Anna Henningsen · 6 years ago
- cde3928 process: improve queueMicrotask performance by Anatoli Papirovski · 6 years ago
- d3d4e10 async_hooks: improve AsyncResource performance by Anatoli Papirovski · 6 years ago
- 0817840 lib: force using primordials for JSON, Math and Reflect by Michaël Zasso · 6 years ago
- 9d06443 async_hooks: remove deprecated emitBefore and emitAfter by Matteo Collina · 6 years ago
- 50dd555 doc,lib,test: capitalize comment sentences by Ruben Bridgewater · 6 years ago
- e570ae7 lib: extract validateString validator by Jon Moss · 7 years ago
- c6b6c92 lib: always show ERR_INVALID_ARG_TYPE received part by Ruben Bridgewater · 7 years ago
- 8c46fa6 async_hooks: remove async_wrap from async_hooks.js by Daniel Bevenius · 7 years ago
- ddcc00b async_hooks: don't set hook_fields[kTotals] to 0 by Daniel Bevenius · 7 years ago
- 1e8d110 lib: port errors to new system by Michaël Zasso · 7 years ago
- f2defca src: fix error message in async_hooks constructor by Daniel Bevenius · 7 years ago
- e9ac80b async_hooks: clean up usage in internal code by Anatoli Papirovski · 7 years ago
- ba944b1 lib: provide proper deprecation code by Ruben Bridgewater · 7 years ago
- 523a155 async_hooks: deprecate unsafe emit{Before,After} by Ali Ijaz Sheikh · 7 years ago
- f3f1a93 async_hooks: rename initTriggerId by Andreas Madsen · 7 years ago
- 1cc6b99 async_hooks: remove deprecated API by Andreas Madsen · 7 years ago
- 07a4fa3 async_hooks: deprecate undocumented API by Andreas Madsen · 7 years ago
- 22901d8 async_hooks: add destroy event for gced AsyncResources by Sebastian Mayr · 8 years ago
- 7c079d1 async_hooks: skip runtime checks when disabled by Andreas Madsen · 8 years ago
- 7cff6e8 async_hooks: fix reference in code comment by Brian White · 8 years ago
- 3a69ef5 async_hooks: consistent internal naming by Andreas Madsen · 8 years ago
- b605b15 async_hooks: support promise resolve hook by Anna Henningsen · 8 years ago
- d8a0364 async_hooks,doc: some async_hooks improvements by James M Snell · 8 years ago
- 062beb0 async_hooks: don't abort unnecessarily by Trevor Norris · 8 years ago
- 94369d8 async_hooks: improve comments and function names by Trevor Norris · 8 years ago
- d731369 async_hooks: remove deprecated APIs by Anna Henningsen · 8 years ago
- 50f45ff lib: modify destructuring for indentation by Rich Trott · 8 years ago
- 31417b6 async_hooks: make AsyncResource match emitInit by Andreas Madsen · 8 years ago
- 628485e async_hooks: rename internal emit functions by Andreas Madsen · 8 years ago
- f94fd0c async_hooks: fix nested hooks mutation by Andreas Madsen · 8 years ago
- 8a83035 async_hooks: move restoreTmpHooks call to init by Ruben Bridgewater · 8 years ago
- 0d22858 lib: remove excess indentation by Rich Trott · 8 years ago
- 84f9261 async_hooks: require parameter in emitBefore by Andreas Madsen · 8 years ago
- 4e27aa9 async_hooks: use common emitBefore and emitAfter by Andreas Madsen · 8 years ago
- 0fd4c73 async_hooks: fix default nextTick triggerAsyncId by Andreas Madsen · 8 years ago
- 5c6c029 async_hooks: reduce duplication with factory by Ruben Bridgewater · 8 years ago
- de762b7 async_hooks: rename currentId and triggerId by Andreas Madsen · 8 years ago
- a2fdb76 async_wrap: use kTotals to enable PromiseHook by Trevor Norris · 8 years ago
- b937909 Revert "async_hooks: only set up hooks if used" by Trevor Norris · 8 years ago
- 02aea06 async_hooks: minor refactor to callback invocation by Anna Henningsen · 8 years ago
- 6318078 async_hooks: make sure `.{en|dis}able() === this` by Anna Henningsen · 8 years ago
- 35353a4 test: increase coverage of async_hooks by David Cai · 8 years ago
- 90dee89 async_hooks: rename AsyncEvent to AsyncResource by Anna Henningsen · 8 years ago
- 410b141 async_hooks: only set up hooks if used by Anna Henningsen · 8 years ago
- 6fb27af async_hooks: add constructor check to async-hooks by Shadowbeetle · 8 years ago
- 4a7233c lib: implement async_hooks API in core by Trevor Norris · 8 years ago
- 7e3a3c9 async_hooks: initial async_hooks implementation by Trevor Norris · 8 years ago