()
| 1006 | }); |
| 1007 | const win = { __APPMOD__: { instanceId: "exec", initialTab }, addEventListener() {}, location: {}, scrollTo() {} }; |
| 1008 | const ES = class { constructor() {} addEventListener() {} close() {} }; |
| 1009 | const doc = { |
| 1010 | getElementById: (id) => { if (!slots[id]) slots[id] = make(id); return slots[id]; }, |
| 1011 | querySelectorAll: () => [], |
no outgoing calls
no test coverage detected