dynamic callMethod(JSObject obj, String method, List<dynamic> args) { return js_util.callMethod(obj, method, args); }