| 68 | } |
| 69 | |
| 70 | void initAsCopyOf(const MCollection &original, bool isMutable) { |
| 71 | assert(_context == MContext::gNullContext); |
| 72 | setContext(original._context); |
| 73 | _mutable = _mutableChildren = isMutable; |
| 74 | } |
| 75 | |
| 76 | void setSlot(MValue *newSlot, MValue *oldSlot) { |
| 77 | if (_usuallyTrue(_slot == oldSlot)) { |
nothing calls this directly
no outgoing calls
no test coverage detected