| 2654 | // a string is stored. |
| 2655 | |
| 2656 | Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} |
| 2657 | |
| 2658 | Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) |
| 2659 | : cstr_(str) { |
nothing calls this directly
no test coverage detected