Skip to main content

execute_feval

Function execute_feval 

Source
pub async fn execute_feval(
    func_val: Value,
    args: Vec<Value>,
    context_functions: &HashMap<String, UserFunction>,
    bytecode_functions: &HashMap<String, UserFunction>,
) -> Result<FevalDispatch, RuntimeError>