| 2304 | // ////////////////////////////////////////////////////////////////// |
| 2305 | |
| 2306 | ValueIteratorBase::ValueIteratorBase() |
| 2307 | : current_(), isNull_(true) { |
| 2308 | } |
| 2309 | |
| 2310 | ValueIteratorBase::ValueIteratorBase( |
| 2311 | const Value::ObjectValues::iterator& current) |
nothing calls this directly
no outgoing calls
no test coverage detected