(s)
| 44253 | isObject(s) { |
| 44254 | throw new Ip('Realm.isObject(node) must be implemented in a subclass') |
| 44255 | } |
| 44256 | sizeOf(s) { |
| 44257 | throw new Ip('Realm.sizeOf(node) must be implemented in a subclass') |
| 44258 | } |
| 44259 | has(s, o) { |
| 44260 | throw new Ip('Realm.has(node) must be implemented in a subclass') |