(e)
| 1371 | return c; |
| 1372 | } |
| 1373 | function canOptimize(e) { |
| 1374 | return (e instanceof code_1._Code && |
| 1375 | e._items.some((c) => c instanceof code_1.Name && names[c.str] === 1 && constants[c.str] !== undefined)); |
| 1376 | } |
| 1377 | } |
| 1378 | function subtractNames(names, from) { |
| 1379 | for (const n in from) |
no outgoing calls
no test coverage detected