| 2414 | // ////////////////////////////////////////////////////////////////// |
| 2415 | |
| 2416 | ValueIterator::ValueIterator() {} |
| 2417 | |
| 2418 | ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current) |
| 2419 | : ValueIteratorBase(current) {} |
nothing calls this directly
no test coverage detected