(object)
| 98 | } |
| 99 | |
| 100 | function GetName(object) { |
| 101 | const desc = ObjectGetOwnPropertyDescriptor(object, 'name'); |
| 102 | return desc?.value; |
| 103 | } |
| 104 | |
| 105 | let internalUtilInspect; |
| 106 | function inspect(...args) { |
no outgoing calls
no test coverage detected
searching dependent graphs…