| 2435 | // ////////////////////////////////////////////////////////////////// |
| 2436 | |
| 2437 | ValueIterator::ValueIterator() {} |
| 2438 | |
| 2439 | ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current) |
| 2440 | : ValueIteratorBase(current) {} |
nothing calls this directly
no test coverage detected