pub fn evaluate_number_method(
num_value: &Value,
method: &NumberMethodCall,
) -> Result<Value, ExecutionError>Expand description
Evaluate a number method.
pub fn evaluate_number_method(
num_value: &Value,
method: &NumberMethodCall,
) -> Result<Value, ExecutionError>Evaluate a number method.