Skip to main content

run_user_func_nt

Function run_user_func_nt 

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

As run_user_func, but with an explicit new.target (set by new).