Commit d72b682
inspector: report all workers
Main thread (the one that WS endpoint connects to) should be able
to report all workers.
PR-URL: #28872
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent b6e174b commit d72b682Copy full SHA for d72b682
File tree
Expand file treeCollapse file tree
4 files changed
+108
-9
lines changedOpen diff view settings
Filter options
- src
- inspector
- test/parallel
Expand file treeCollapse file tree
4 files changed
+108
-9
lines changedOpen diff view settings
Collapse file
src/inspector/worker_inspector.h
Copy file name to clipboardExpand all lines: src/inspector/worker_inspector.h+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
58 | 65 | |
59 | 66 | |
60 | 67 | |
|
Collapse file
+16-5Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
237 | 237 | |
238 | 238 | |
239 | 239 | |
240 | | - |
241 | | - |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
242 | 244 | |
243 | 245 | |
244 | 246 | |
245 | 247 | |
246 | 248 | |
247 | 249 | |
248 | 250 | |
249 | | - |
250 | | - |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
251 | 255 | |
252 | 256 | |
253 | 257 | |
| ||
670 | 674 | |
671 | 675 | |
672 | 676 | |
| 677 | + |
| 678 | + |
| 679 | + |
673 | 680 | |
674 | 681 | |
675 | 682 | |
| ||
968 | 975 | |
969 | 976 | |
970 | 977 | |
971 | | - |
| 978 | + |
| 979 | + |
| 980 | + |
| 981 | + |
| 982 | + |
972 | 983 | |
973 | 984 | |
974 | 985 | |
|
Collapse file
test/parallel/test-inspector-async-hook-after-done.js
Copy file name to clipboardExpand all lines: test/parallel/test-inspector-async-hook-after-done.js+7-4Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
12 | 13 | |
13 | 14 | |
14 | 15 | |
15 | | - |
16 | | - |
17 | | - |
| 16 | + |
18 | 17 | |
19 | 18 | |
20 | 19 | |
| ||
47 | 46 | |
48 | 47 | |
49 | 48 | |
50 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 | |
52 | 55 | |
53 | 56 | |
|
Collapse file
test/parallel/test-inspector-workers-flat-list.js
Copy file name to clipboard+78Lines changed: 78 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 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
0 commit comments