pub fn run_user_func( fv: &FuncVal, args: Vec<Value>, this: Option<Value>, ) -> Result<Value, String>
Execute a user function/closure body on a fresh frame.