Commit 281f176
lib: fix DOMException property descriptors after being lazy loaded
PR-URL: #46799
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>1 parent 2f09d3f commit 281f176Copy full SHA for 281f176
File tree
Expand file treeCollapse file tree
3 files changed
+7
-11
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
- test
- common
- wpt
Expand file treeCollapse file tree
3 files changed
+7
-11
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/browser.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/browser.js+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
30 | 34 | |
31 | 35 | |
32 | 36 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
501 | 501 | |
502 | 502 | |
503 | 503 | |
| 504 | + |
504 | 505 | |
505 | 506 | |
506 | 507 | |
|
Collapse file
test/wpt/test-domexception.js
Copy file name to clipboardExpand all lines: test/wpt/test-domexception.js+1-10Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 7 | + |
17 | 8 | |
18 | 9 | |
0 commit comments