| 135 | void Release() noexcept; // release any associated storage |
| 136 | |
| 137 | TypeCode GetType() const noexcept { return (TypeCode)type; } |
| 138 | bool IsStringType() const noexcept { return type == (uint32_t)TypeCode::CString || type == (uint32_t)TypeCode::HeapString; } |
| 139 | bool IsHeapStringArrayType() const noexcept; |
| 140 |
no outgoing calls
no test coverage detected