pub fn call(this: &str, method: &str, args: &[JsValue]) -> Option<JsValue>
Evaluate a string method call: "abc".method(args).
"abc".method(args)