Commit 0691649
async_hooks: expose async_wrap providers
docs: add asyncWrapProviders api doc
tests(async_hooks): use internalBinding for comparisson
fix(test-async-wrap): lint error
docs: use REPLACEME for asyncWrapProviders
update: use freeze and copy for asyncWrapProviders
update(async_hooks): use primordials on asyncWrapProviders
fix: use common to expect error
docs(asyncWrapProviders): rephrase return type
fix: lint md
fix: lint md
docs(async_hooks): typo
Co-authored-by: Stephen Belanger <admin@stephenbelanger.com>
update(asyncWrapProviders): add __proto__ as null
Co-authored-by: Simone Busoli <simone.busoli@gmail.com>
Co-authored-by: Michaël Zasso <targos@protonmail.com>
test: adjust __proto__ assertion
docs: add DEP0111 link
PR-URL: #40760
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>1 parent 415b42f commit 0691649Copy full SHA for 0691649
File tree
Expand file treeCollapse file tree
4 files changed
+37
-0
lines changedOpen diff view settings
Filter options
- doc/api
- lib
- internal
- test/async-hooks
Expand file treeCollapse file tree
4 files changed
+37
-0
lines changedOpen diff view settings
Collapse file
+13Lines changed: 13 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
758 | 758 | |
759 | 759 | |
760 | 760 | |
| 761 | + |
| 762 | + |
| 763 | + |
| 764 | + |
| 765 | + |
| 766 | + |
| 767 | + |
| 768 | + |
| 769 | + |
| 770 | + |
| 771 | + |
| 772 | + |
761 | 773 | |
762 | 774 | |
763 | 775 | |
| ||
841 | 853 | |
842 | 854 | |
843 | 855 | |
| 856 | + |
844 | 857 | |
845 | 858 | |
846 | 859 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
29 | 30 | |
30 | 31 | |
31 | 32 | |
| 33 | + |
32 | 34 | |
33 | 35 | |
34 | 36 | |
| ||
352 | 354 | |
353 | 355 | |
354 | 356 | |
| 357 | + |
355 | 358 | |
356 | 359 | |
357 | 360 | |
Collapse file
lib/internal/async_hooks.js
Copy file name to clipboardExpand all lines: lib/internal/async_hooks.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
612 | 612 | |
613 | 613 | |
614 | 614 | |
| 615 | + |
| 616 | + |
| 617 | + |
615 | 618 | |
616 | 619 | |
Collapse file
test/async-hooks/test-async-wrap-providers.js
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
0 commit comments