pub async fn call_object_named_method_with_outputs( base: Value, method: String, args: Vec<Value>, requested_outputs: usize, ) -> Result<Value, RuntimeError>