Skip to main content

run_user_func

Function run_user_func 

Source
pub fn run_user_func(
    fv: &FuncVal,
    args: Vec<Value>,
    this: Option<Value>,
) -> Result<Value, String>
Expand description

Execute a user function/closure body on a fresh frame.