(s)
| 113 | Output |
| 114 | =============================================================================*/ |
| 115 | function print(s) { |
| 116 | host.diagnostics.debugLog(s + "\n"); |
| 117 | } |
| 118 | |
| 119 | function inspect(s) { |
| 120 | for (let k of Reflect.ownKeys(s)) { |
no outgoing calls
searching dependent graphs…