Commit 0858e62
util: inspect boxed symbols like other primitives
Inspect boxed symbol objects in the same way other boxed primitives
are inspected.
Fixes: #7639
PR-URL: #7641
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 939cf6d commit 0858e62Copy full SHA for 0858e62
File tree
Expand file treeCollapse file tree
2 files changed
+5
-0
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+5
-0
lines changedOpen diff view settings
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
413 | 413 | |
414 | 414 | |
415 | 415 | |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
416 | 420 | |
417 | 421 | |
418 | 422 | |
|
Collapse file
test/parallel/test-util-inspect.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
474 | 474 | |
475 | 475 | |
476 | 476 | |
| 477 | + |
477 | 478 | |
478 | 479 | |
479 | 480 | |
|
0 commit comments