| 13 | }; |
| 14 | |
| 15 | interface amIAddonManagerStartup { |
| 16 | registerChrome(manifestURI: nsIURI, entries: string[][]): nsIJSRAIIHelper; |
| 17 | } |
| 18 | |
| 19 | interface mozIJSSubScriptLoader { |
| 20 | loadSubScript(url: string, targetObj?: unknown, charset?: string): void; |
nothing calls this directly
no outgoing calls
no test coverage detected