| 2724 | // a string is stored. |
| 2725 | |
| 2726 | Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} |
| 2727 | |
| 2728 | Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) |
| 2729 | : cstr_(str) { |
nothing calls this directly
no test coverage detected