(s, o, i, a, u, _, w, x)
| 2378 | : emptyMap() |
| 2379 | } |
| 2380 | function updateNode(s, o, i, a, u, _, w, x) { |
| 2381 | return s |
| 2382 | ? s.update(o, i, a, u, _, w, x) |
| 2383 | : _ === j |
| 2384 | ? s |
| 2385 | : (SetRef(x), SetRef(w), new ValueNode(o, a, [u, _])) |
| 2386 | } |
| 2387 | function isLeafNode(s) { |
| 2388 | return s.constructor === ValueNode || s.constructor === HashCollisionNode |
| 2389 | } |
no test coverage detected