| 2429 | // ////////////////////////////////////////////////////////////////// |
| 2430 | |
| 2431 | ValueIterator::ValueIterator() {} |
| 2432 | |
| 2433 | ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current) |
| 2434 | : ValueIteratorBase(current) {} |
nothing calls this directly
no test coverage detected