eval_method_call_value

Function eval_method_call_value 

Source
pub fn eval_method_call_value<F1, F2>(
    receiver: &Value,
    method: &str,
    args: &[Value],
    eval_function_call_value: F1,
    eval_method_dispatch: F2,
) -> Result<Value, InterpreterError>
Expand description

Evaluate a method call on a value

ยงComplexity

Cyclomatic complexity: 7 (within Toyota Way limits)