Commit 0a4c96a
test: use global.EventTarget instead of internals
`EventTarget` is exposed on the global scope, there is no need to use
`--expose-internals` flag in the tests.
Refs: #35496
PR-URL: #36002
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>1 parent 292915a commit 0a4c96aCopy full SHA for 0a4c96a
File tree
Expand file treeCollapse file tree
5 files changed
+3
-22
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
5 files changed
+3
-22
lines changedOpen diff view settings
Collapse file
test/parallel/test-abortcontroller.js
Copy file name to clipboardExpand all lines: test/parallel/test-abortcontroller.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | 7 | |
9 | 8 | |
10 | 9 | |
|
Collapse file
test/parallel/test-eventtarget-once-twice.js
Copy file name to clipboardExpand all lines: test/parallel/test-eventtarget-once-twice.js-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | 3 | |
9 | 4 | |
10 | 5 | |
|
Collapse file
test/parallel/test-eventtarget-whatwg-once.js
Copy file name to clipboardExpand all lines: test/parallel/test-eventtarget-whatwg-once.js-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
5 | 4 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | 5 | |
12 | 6 | |
13 | 7 | |
|
Collapse file
test/parallel/test-eventtarget.js
Copy file name to clipboardExpand all lines: test/parallel/test-eventtarget.js+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
| 5 | + |
10 | 6 | |
11 | 7 | |
12 | 8 | |
|
Collapse file
test/parallel/test-nodeeventtarget.js
Copy file name to clipboardExpand all lines: test/parallel/test-nodeeventtarget.js+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
| 5 | + |
9 | 6 | |
10 | 7 | |
11 | 8 | |
|
0 commit comments