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