| 2672 | // a string is stored. |
| 2673 | |
| 2674 | Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {} |
| 2675 | |
| 2676 | Value::CZString::CZString(char const* str, unsigned length, |
| 2677 | DuplicationPolicy allocate) |
nothing calls this directly
no test coverage detected