Commit 581e837
lib: replace Symbol.hasInstance by SymbolHasInstance
PR-URL: #30948
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 5cfcf6f commit 581e837Copy full SHA for 581e837
File tree
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Filter options
- lib
- internal/console
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
| 33 | + |
33 | 34 | |
34 | 35 | |
35 | 36 | |
| ||
196 | 197 | |
197 | 198 | |
198 | 199 | |
199 | | - |
200 | | - |
201 | | - |
| 200 | + |
| 201 | + |
| 202 | + |
202 | 203 | |
203 | 204 | |
204 | 205 | |
|
Collapse file
lib/internal/console/constructor.js
Copy file name to clipboardExpand all lines: lib/internal/console/constructor.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| ||
128 | 129 | |
129 | 130 | |
130 | 131 | |
131 | | - |
| 132 | + |
132 | 133 | |
133 | 134 | |
134 | 135 | |
|
0 commit comments