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