System.arraycopy(result, 0, ch, 0, result.length);
synchronized (watch2JspElWatch) {
for (int i = from; i < allWatches.length; i++) {
Watch w = allWatches[i];
String expression = w.getExpression();
if (isCLJexpression(expression)) {
ClojureElWatch jw = (ClojureElWatch) watch2JspElWatch.get(w);
if (jw == null ) {
jw = new ClojureElWatch(w, debugger);
watch2JspElWatch.put(w, jw);