| 2343 | } |
| 2344 | |
| 2345 | UInt ValueIteratorBase::index() const { |
| 2346 | const Value::CZString czstring = (*current_).first; |
| 2347 | if (!czstring.data()) |
| 2348 | return czstring.index(); |
| 2349 | return Value::UInt(-1); |
| 2350 | } |
| 2351 | |
| 2352 | String ValueIteratorBase::name() const { |
| 2353 | char const* keey; |
no test coverage detected