dynamic callMethod(JsObject o, String method, List args)

Source

static callMethod(JsObject o, String method, List args) {
  return o._callMethod(method, args);
}