pub async fn handle_method_call(
stack: &mut Vec<Value>,
name: &str,
arg_count: usize,
) -> Result<MethodHandling, RuntimeError>pub async fn handle_method_call(
stack: &mut Vec<Value>,
name: &str,
arg_count: usize,
) -> Result<MethodHandling, RuntimeError>