dynamic callMethod(o, String method, List args)

Source

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