| 2880 | // a string is stored. |
| 2881 | |
| 2882 | Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {} |
| 2883 | |
| 2884 | Value::CZString::CZString(char const *str, unsigned length, DuplicationPolicy allocate) : cstr_(str) |
| 2885 | { |
nothing calls this directly
no test coverage detected