Commit d78e317
committed
src: fix crash with SyntheticModule#setExport
Use the new non-deprecated V8 API for that.
PR-URL: #30062
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent f3d00c5 commit d78e317Copy full SHA for d78e317
File tree
Expand file treeCollapse file tree
2 files changed
+1
-4
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
2 files changed
+1
-4
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1500 | 1500 | |
1501 | 1501 | |
1502 | 1502 | |
1503 | | - |
| 1503 | + |
1504 | 1504 | |
1505 | 1505 | |
1506 | 1506 | |
|
Collapse file
test/parallel/test-vm-module-synthetic.js
Copy file name to clipboardExpand all lines: test/parallel/test-vm-module-synthetic.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | | - |
41 | 39 | |
42 | 40 | |
43 | 41 | |
| ||
47 | 45 | |
48 | 46 | |
49 | 47 | |
50 | | - |
51 | 48 | |
52 | 49 | |
53 | 50 | |
|
0 commit comments