| 2288 | } |
| 2289 | |
| 2290 | UInt ValueIteratorBase::index() const { |
| 2291 | const Value::CZString czstring = (*current_).first; |
| 2292 | if (!czstring.data()) |
| 2293 | return czstring.index(); |
| 2294 | return Value::UInt(-1); |
| 2295 | } |
| 2296 | |
| 2297 | String ValueIteratorBase::name() const { |
| 2298 | char const *keey; |