(options, prototype)
| 18 | } |
| 19 | |
| 20 | function open(options, prototype) { return native("xs_storage_domain_open").call(this, options, prototype); } |
| 21 | |
| 22 | class StorageDomainKeyIterator extends Native("xs_storage_domain_key_iterator_destructor") { |
| 23 | constructor(storage) { super(); native("xs_storage_domain_key_iterator_constructor").call(this, storage); } |
no outgoing calls
no test coverage detected