ArrayValue checkArray = (ArrayValue) arrays[k];
for (Map.Entry<Value, Value> entry : checkArray.entrySet()) {
try {
isFound = cmp.call(env, entryValue, entry.getValue()).toLong() == 0;
}
catch (Exception t) {
log.log(Level.WARNING, t.toString(), t);
env.warning("An error occurred while invoking the filter callback");