(name)
| 22 | static get host() { return native("xs_modules_host").call(this); } |
| 23 | static get archive() { return native("xs_modules_archive").call(this); } |
| 24 | static importNow(name) { return native("xs_modules_importNow").call(this, name); } |
| 25 | static has(name) { return native("xs_modules_has").call(this, name); } |
| 26 | } |
| 27 |
no outgoing calls