| 1166 | } |
| 1167 | bool isAllocated() const { return bits_.allocated_; } |
| 1168 | void setIsAllocated(bool v) { bits_.allocated_ = v; } |
| 1169 | |
| 1170 | void initBasic(ValueType type, bool allocated = false); |
| 1171 | void dupPayload(const Value& other); |
no outgoing calls
no test coverage detected