summaryrefslogtreecommitdiff
path: root/lib/internal/async_hooks.js
Commit message (Expand)AuthorAgeFilesLines
* tools: fix jsdoc lintMoshe Atlow2023-05-021-1/+0
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-8/+8
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-2/+1
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-1/+3
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+1
* tools: enable no-var ESLint rule for libRich Trott2022-04-041-0/+2
* async_hooks: remove destroyed symbol on PromisesGerhard Stöbich2022-03-211-5/+1
* async_hooks: fix AsyncLocalStorage in unhandledRejection casesBradley Farias2021-12-211-1/+10
* Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen2021-11-181-7/+5
* async_hooks: eliminate require side effectsStephen Belanger2021-11-131-2/+4
* async_hooks: expose async_wrap providersRafael Gonzaga2021-11-121-0/+3
* v8: multi-tenant promise hook apiStephen Belanger2021-11-011-10/+12
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-07-281-5/+7
* async_hooks: eliminate native PromiseHookStephen Belanger2021-07-231-15/+34
* async_hooks: switch between native and context hooks correctlyStephen Belanger2021-06-051-0/+2
* async_hooks: use new v8::Context PromiseHook APIStephen Belanger2021-05-061-48/+48
* lib: revert primordials in a hot pathAntoine du Hamel2021-04-191-12/+8
* lib: properly process JavaScript exceptions on async_hooks fatal errorlegendecas2021-04-081-2/+10
* async_hooks: set unhandledRejection async contextSajal Khandelwal2021-02-131-0/+2
* async_hooks: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-011-2/+2
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-01-261-3/+4
* async_hooks: refactor to use more primordialsAntoine du Hamel2020-11-201-3/+5
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-301-3/+2
* async_hooks: fix resource stack for deep stacksAnna Henningsen2020-08-031-1/+1
* async_hooks: improve resource stack performanceAnna Henningsen2020-07-141-15/+18
* domain: fix unintentional deprecation warningAnna Henningsen2020-07-071-3/+3
* domain: remove native domain codeStephen Belanger2020-06-191-3/+9
* async_hooks: callback trampoline for MakeCallbackStephen Belanger2020-06-191-0/+23
* src: use symbol to store `AsyncWrap` resourceAnna Henningsen2020-05-211-3/+13
* lib: update executionAsyncId/triggerAsyncId commentDaniel Bevenius2020-05-201-5/+5
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-091-5/+71
* async_hooks: use hasHooks function internallyrickyes2020-04-071-9/+13
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-12/+33
* async_hooks: remove internal only error checkingAnatoli Papirovski2020-01-111-37/+5
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-2/+3
* doc: add explanation why keep var with for loopLucas Recknagel2019-11-261-0/+4
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+6
* async_hooks: only disable promise hook if wantedAnna Henningsen2019-05-131-2/+15
* lib: remove Reflect.apply where appropriateAnatoli Papirovski2019-04-301-3/+3
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* lib: use safe methods from primordialsMichaël Zasso2019-04-081-4/+2
* async_hooks: improve AsyncResource performanceAnatoli Papirovski2019-04-051-4/+1
* async_hooks: minor cleanup and improvementsAnatoli Papirovski2019-04-041-31/+32
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* process: load internal/async_hooks before inspector hooks registrationJoyee Cheung2019-03-231-10/+7
* lib: validate Error.captureStackTrace() callsRuben Bridgewater2019-03-231-0/+1
* src: forbid access to CLI options before bootstrapping is doneJoyee Cheung2019-03-091-5/+3