Commit dc97b50
authored
util: mark proxied objects as such when inspecting them
Fixes: #60964
PR-URL: #61029
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>1 parent e5b6f89 commit dc97b50Copy full SHA for dc97b50
4 files changed
+24-9Lines changed: 24 additions & 9 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/util
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1180 | 1180 | |
1181 | 1181 | |
1182 | 1182 | |
1183 | | - |
| 1183 | + |
| 1184 | + |
| 1185 | + |
| 1186 | + |
| 1187 | + |
| 1188 | + |
| 1189 | + |
1184 | 1190 | |
1185 | 1191 | |
1186 | 1192 | |
|
Collapse file
test/parallel/test-assert-deep.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert-deep.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1068 | 1068 | |
1069 | 1069 | |
1070 | 1070 | |
1071 | | - |
| 1071 | + |
1072 | 1072 | |
1073 | 1073 | |
1074 | 1074 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
730 | 730 | |
731 | 731 | |
732 | 732 | |
733 | | - |
| 733 | + |
734 | 734 | |
735 | 735 | |
736 | 736 | |
|
Collapse file
test/parallel/test-util-inspect-proxy.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect-proxy.js+15-6Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
116 | 116 | |
117 | 117 | |
118 | 118 | |
119 | | - |
| 119 | + |
120 | 120 | |
121 | 121 | |
122 | 122 | |
| ||
154 | 154 | |
155 | 155 | |
156 | 156 | |
157 | | - |
| 157 | + |
158 | 158 | |
159 | 159 | |
160 | 160 | |
| ||
163 | 163 | |
164 | 164 | |
165 | 165 | |
166 | | - |
167 | | - |
| 166 | + |
| 167 | + |
168 | 168 | |
169 | 169 | |
170 | 170 | |
| ||
175 | 175 | |
176 | 176 | |
177 | 177 | |
178 | | - |
179 | | - |
| 178 | + |
| 179 | + |
180 | 180 | |
181 | 181 | |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
0 commit comments