Commit 21096f9
committed
src: split
This makes it easier to cater to embedders which wish to skip
the `startExecution()` part.
PR-URL: #25320
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>LoadEnvironment() at startExecution()
1 parent 9c5db93 commit 21096f9Copy full SHA for 21096f9
File tree
Expand file treeCollapse file tree
13 files changed
+47
-32
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
- src
- test/message
Expand file treeCollapse file tree
13 files changed
+47
-32
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
319 | 319 | |
320 | 320 | |
321 | 321 | |
322 | | - |
| 322 | + |
323 | 323 | |
324 | 324 | |
325 | 325 | |
| ||
737 | 737 | |
738 | 738 | |
739 | 739 | |
740 | | - |
| 740 | + |
Collapse file
+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
633 | 633 | |
634 | 634 | |
635 | 635 | |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
636 | 644 | |
637 | 645 | |
638 | 646 | |
|
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
369 | 369 | |
370 | 370 | |
371 | 371 | |
| 372 | + |
372 | 373 | |
373 | 374 | |
374 | 375 | |
| ||
751 | 752 | |
752 | 753 | |
753 | 754 | |
| 755 | + |
| 756 | + |
| 757 | + |
754 | 758 | |
755 | 759 | |
756 | 760 | |
| ||
976 | 980 | |
977 | 981 | |
978 | 982 | |
| 983 | + |
979 | 984 | |
980 | 985 | |
981 | 986 | |
|
Collapse file
+28-2Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1079 | 1079 | |
1080 | 1080 | |
1081 | 1081 | |
| 1082 | + |
| 1083 | + |
| 1084 | + |
| 1085 | + |
| 1086 | + |
| 1087 | + |
| 1088 | + |
| 1089 | + |
1082 | 1090 | |
1083 | 1091 | |
1084 | 1092 | |
| ||
1140 | 1148 | |
1141 | 1149 | |
1142 | 1150 | |
1143 | | - |
| 1151 | + |
| 1152 | + |
1144 | 1153 | |
1145 | | - |
| 1154 | + |
1146 | 1155 | |
1147 | 1156 | |
| 1157 | + |
| 1158 | + |
| 1159 | + |
| 1160 | + |
| 1161 | + |
| 1162 | + |
| 1163 | + |
| 1164 | + |
| 1165 | + |
| 1166 | + |
| 1167 | + |
| 1168 | + |
| 1169 | + |
| 1170 | + |
| 1171 | + |
| 1172 | + |
| 1173 | + |
1148 | 1174 | |
1149 | 1175 | |
1150 | 1176 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
397 | 397 | |
398 | 398 | |
399 | 399 | |
| 400 | + |
| 401 | + |
| 402 | + |
400 | 403 | |
401 | 404 | |
402 | 405 | |
|
Collapse file
test/message/assert_throws_stack.out
Copy file name to clipboardExpand all lines: test/message/assert_throws_stack.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
Collapse file
test/message/error_exit.out
Copy file name to clipboardExpand all lines: test/message/error_exit.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
Collapse file
test/message/eval_messages.out
Copy file name to clipboardExpand all lines: test/message/eval_messages.out-8Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
16 | 14 | |
17 | 15 | |
18 | 16 | |
| ||
28 | 26 | |
29 | 27 | |
30 | 28 | |
31 | | - |
32 | | - |
33 | 29 | |
34 | 30 | |
35 | 31 | |
| ||
44 | 40 | |
45 | 41 | |
46 | 42 | |
47 | | - |
48 | | - |
49 | 43 | |
50 | 44 | |
51 | 45 | |
| ||
60 | 54 | |
61 | 55 | |
62 | 56 | |
63 | | - |
64 | | - |
65 | 57 | |
66 | 58 | |
67 | 59 | |
|
Collapse file
test/message/events_unhandled_error_nexttick.out
Copy file name to clipboardExpand all lines: test/message/events_unhandled_error_nexttick.out-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | 15 | |
17 | 16 | |
18 | 17 | |
19 | 18 | |
20 | 19 | |
21 | 20 | |
22 | 21 | |
23 | | - |
24 | | - |
Collapse file
test/message/events_unhandled_error_sameline.out
Copy file name to clipboardExpand all lines: test/message/events_unhandled_error_sameline.out+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | 15 | |
17 | 16 | |
18 | 17 | |
19 | 18 | |
20 | | - |
| 19 | + |
0 commit comments