| 2622 | // a string is stored. |
| 2623 | |
| 2624 | Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {} |
| 2625 | |
| 2626 | Value::CZString::CZString(char const *str, unsigned length, |
| 2627 | DuplicationPolicy allocate) |
nothing calls this directly
no test coverage detected