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