(s)
| 44250 | isArray(s) { |
| 44251 | throw new Ip('Realm.isArray(node) must be implemented in a subclass') |
| 44252 | } |
| 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') |
no outgoing calls
no test coverage detected