| 255 | // a string is stored. |
| 256 | |
| 257 | Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} |
| 258 | |
| 259 | Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) |
| 260 | : cstr_(str) { |
nothing calls this directly
no test coverage detected