pub fn create_function_object(
func_data: &FunctionData,
ctx: &EvalContext,
) -> ValueResultExpand description
Create a function object from FunctionData. Note: This creates a closure that references the AST. The AST must remain valid for the lifetime of the function object.