pub fn call_method( host: &mut dyn Callable, receiver: &Value, name: &str, args: &mut Vec<Value>, span: Span, ) -> Result<Value, RuntimeError>
Dispatches receiver.name(args) to a builtin method.
receiver.name(args)