Commit 4c62892
committed
test: console constructor missing new keyword
The `console.Console()` constructor function handles a missing `new`
keyword. This code is not exercised in the current tests. Add a test for
this.
PR-URL: #8003
Reviewed-By: Prince John Wesley <[email protected]>
Reviewed-By: Yorkie Liu <[email protected]>
Reviewed-By: JacksonTian - Jackson Tian <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>1 parent 8726a1c commit 4c62892
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
0 commit comments