Commit 687ffcc
lib: reset
Fixes: #43740
Backport-PR-URL: #43741
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #44247
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>RegExp statics before running user code1 parent 4700ee5 commit 687ffccCopy full SHA for 687ffcc
File tree
Expand file treeCollapse file tree
11 files changed
+136
-12
lines changedOpen diff view settings
Filter options
- lib
- internal
- main
- modules/esm
- process
- test/parallel
Expand file treeCollapse file tree
11 files changed
+136
-12
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
41 | 40 | |
42 | 41 | |
43 | 42 | |
| ||
90 | 89 | |
91 | 90 | |
92 | 91 | |
| 92 | + |
93 | 93 | |
94 | 94 | |
95 | 95 | |
| ||
2424 | 2424 | |
2425 | 2425 | |
2426 | 2426 | |
2427 | | - |
| 2427 | + |
2428 | 2428 | |
2429 | 2429 | |
2430 | 2430 | |
|
Collapse file
lib/internal/main/run_main_module.js
Copy file name to clipboardExpand all lines: lib/internal/main/run_main_module.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
3 | 5 | |
4 | 6 | |
5 | 7 | |
| ||
9 | 11 | |
10 | 12 | |
11 | 13 | |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
|
Collapse file
lib/internal/main/worker_thread.js
Copy file name to clipboardExpand all lines: lib/internal/main/worker_thread.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
| ||
267 | 268 | |
268 | 269 | |
269 | 270 | |
| 271 | + |
| 272 | + |
| 273 | + |
270 | 274 | |
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
148 | 147 | |
149 | 148 | |
150 | 149 | |
151 | 150 | |
152 | 151 | |
153 | 152 | |
154 | | - |
| 153 | + |
155 | 154 | |
156 | 155 | |
157 | 156 | |
| ||
274 | 273 | |
275 | 274 | |
276 | 275 | |
277 | | - |
| 276 | + |
278 | 277 | |
279 | 278 | |
280 | 279 | |
|
Collapse file
lib/internal/process/execution.js
Copy file name to clipboardExpand all lines: lib/internal/process/execution.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
| ||
45 | 46 | |
46 | 47 | |
47 | 48 | |
| 49 | + |
48 | 50 | |
49 | 51 | |
50 | 52 | |
| ||
72 | 74 | |
73 | 75 | |
74 | 76 | |
| 77 | + |
75 | 78 | |
76 | 79 | |
77 | 80 | |
|
Collapse file
+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
26 | 27 | |
27 | 28 | |
28 | 29 | |
| ||
1424 | 1425 | |
1425 | 1426 | |
1426 | 1427 | |
1427 | | - |
1428 | | - |
1429 | 1428 | |
1430 | 1429 | |
1431 | 1430 | |
| ||
1440 | 1439 | |
1441 | 1440 | |
1442 | 1441 | |
1443 | | - |
| 1442 | + |
1444 | 1443 | |
1445 | 1444 | |
1446 | 1445 | |
|
Collapse file
+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
10 | 11 | |
11 | 12 | |
12 | 13 | |
| ||
543 | 544 | |
544 | 545 | |
545 | 546 | |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
546 | 562 | |
547 | 563 | |
548 | 564 | |
| ||
557 | 573 | |
558 | 574 | |
559 | 575 | |
| 576 | + |
560 | 577 | |
561 | 578 | |
562 | 579 | |
| ||
567 | 584 | |
568 | 585 | |
569 | 586 | |
| 587 | + |
570 | 588 | |
571 | 589 | |
572 | 590 | |
|
Collapse file
test/parallel/test-startup-empty-regexp-statics.js
Copy file name to clipboard+68Lines changed: 68 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 | + |
Collapse file
test/parallel/test-startup-empty-regexp-statics.mjs
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-vm-measure-memory-multi-context.js
Copy file name to clipboardExpand all lines: test/parallel/test-vm-measure-memory-multi-context.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
0 commit comments