Object result = evaluate(context);
if (result == null)
return EMPTY_ITER;
if (this.introspector == null)
introspector = new JSIntrospector();
Iterator iter = null;
try {
iter = introspector.getIterator(result, new Info("Unknown", 0, 0));
} catch (Exception e) {