| 2380 | // a string is stored. |
| 2381 | |
| 2382 | Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} |
| 2383 | |
| 2384 | Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) |
| 2385 | : cstr_(str) { |
nothing calls this directly
no test coverage detected