| 234 | // a string is stored. |
| 235 | |
| 236 | Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {} |
| 237 | |
| 238 | Value::CZString::CZString(char const* str, unsigned length, |
| 239 | DuplicationPolicy allocate) |
nothing calls this directly
no test coverage detected