}
}
}
else jsParams = new Object[0];
RhinoInterpreterFixed interpreter = batikDoc.getRhinoInterpreterFixed();
Function func = (Function)ScriptableObject.getProperty(thisObj,name);
res[0] = interpreter.callJSMethod(func, thisObj,params);
}
}
);
}
catch(InterruptedException ex)