| 627 | } |
| 628 | bool isAllocated() const { return bits_.allocated_; } |
| 629 | void setIsAllocated(bool v) { bits_.allocated_ = v; } |
| 630 | |
| 631 | void initBasic(ValueType type, bool allocated = false); |
| 632 | void dupPayload(const Value& other); |
no outgoing calls
no test coverage detected
searching dependent graphs…