Skip to main content

handle_static_method_call

Function handle_static_method_call 

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