| 2703 | // a string is stored. |
| 2704 | |
| 2705 | Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} |
| 2706 | |
| 2707 | Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) |
| 2708 | : cstr_(str) { |
nothing calls this directly
no test coverage detected