Commit f8aff90
File tree
Expand file treeCollapse file tree
14 files changed
+470
-2
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- bootstrap
- process
- src
- test/parallel
Expand file treeCollapse file tree
14 files changed
+470
-2
lines changedOpen diff view settings
Collapse file
doc/api/diagnostics_channel.md
Copy file name to clipboardExpand all lines: doc/api/diagnostics_channel.md+9Lines changed: 9 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1319 | 1319 | |
1320 | 1320 | |
1321 | 1321 | |
| 1322 | + |
| 1323 | + |
| 1324 | + |
| 1325 | + |
| 1326 | + |
| 1327 | + |
| 1328 | + |
| 1329 | + |
1322 | 1330 | |
1323 | 1331 | |
1324 | 1332 | |
| ||
1348 | 1356 | |
1349 | 1357 | |
1350 | 1358 | |
| 1359 | + |
1351 | 1360 | |
1352 | 1361 | |
Collapse file
+28-2Lines changed: 28 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2502 | 2502 | |
2503 | 2503 | |
2504 | 2504 | |
2505 | | - |
2506 | | - |
| 2505 | + |
2507 | 2506 | |
2508 | 2507 | |
2509 | 2508 | |
| ||
3327 | 3326 | |
3328 | 3327 | |
3329 | 3328 | |
| 3329 | + |
| 3330 | + |
| 3331 | + |
| 3332 | + |
| 3333 | + |
| 3334 | + |
| 3335 | + |
| 3336 | + |
| 3337 | + |
| 3338 | + |
| 3339 | + |
| 3340 | + |
| 3341 | + |
| 3342 | + |
| 3343 | + |
| 3344 | + |
| 3345 | + |
| 3346 | + |
| 3347 | + |
| 3348 | + |
| 3349 | + |
| 3350 | + |
| 3351 | + |
| 3352 | + |
| 3353 | + |
| 3354 | + |
| 3355 | + |
3330 | 3356 | |
3331 | 3357 | |
3332 | 3358 | |
|
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
177 | 177 | |
178 | 178 | |
179 | 179 | |
| 180 | + |
180 | 181 | |
181 | 182 | |
182 | 183 | |
|
Collapse file
lib/internal/process/per_thread.js
Copy file name to clipboardExpand all lines: lib/internal/process/per_thread.js+60Lines changed: 60 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| ||
24 | 25 | |
25 | 26 | |
26 | 27 | |
| 28 | + |
27 | 29 | |
28 | 30 | |
29 | 31 | |
| ||
34 | 36 | |
35 | 37 | |
36 | 38 | |
| 39 | + |
37 | 40 | |
38 | 41 | |
39 | 42 | |
40 | 43 | |
41 | 44 | |
| 45 | + |
42 | 46 | |
43 | 47 | |
| 48 | + |
44 | 49 | |
45 | 50 | |
46 | 51 | |
47 | 52 | |
48 | 53 | |
| 54 | + |
49 | 55 | |
50 | 56 | |
| 57 | + |
| 58 | + |
| 59 | + |
51 | 60 | |
52 | 61 | |
53 | 62 | |
| ||
103 | 112 | |
104 | 113 | |
105 | 114 | |
| 115 | + |
106 | 116 | |
107 | 117 | |
108 | 118 | |
| ||
269 | 279 | |
270 | 280 | |
271 | 281 | |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
272 | 331 | |
273 | 332 | |
274 | 333 | |
| ||
314 | 373 | |
315 | 374 | |
316 | 375 | |
| 376 | + |
317 | 377 | |
318 | 378 | |
319 | 379 | |
|
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
16 | 21 | |
17 | 22 | |
18 | 23 | |
|
Collapse file
src/node_process_methods.cc
Copy file name to clipboardExpand all lines: src/node_process_methods.cc+99Lines changed: 99 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
33 | 34 | |
34 | 35 | |
35 | 36 | |
| 37 | + |
36 | 38 | |
37 | 39 | |
38 | 40 | |
| ||
495 | 497 | |
496 | 498 | |
497 | 499 | |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
498 | 589 | |
499 | 590 | |
500 | 591 | |
| ||
687 | 778 | |
688 | 779 | |
689 | 780 | |
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
690 | 785 | |
691 | 786 | |
692 | 787 | |
| ||
730 | 825 | |
731 | 826 | |
732 | 827 | |
| 828 | + |
| 829 | + |
| 830 | + |
| 831 | + |
733 | 832 | |
734 | 833 | |
735 | 834 | |
|
Collapse file
test/parallel/test-process-execve-abort.js
Copy file name to clipboard+26Lines changed: 26 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 | + |
Collapse file
test/parallel/test-process-execve-on-exit.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