| 2397 | // ////////////////////////////////////////////////////////////////// |
| 2398 | |
| 2399 | ValueIterator::ValueIterator() {} |
| 2400 | |
| 2401 | ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current) |
| 2402 | : ValueIteratorBase(current) {} |
nothing calls this directly
no test coverage detected