pub fn run_user_func_nt( fv: &FuncVal, args: Vec<Value>, this: Option<Value>, new_target: Option<Value>, ) -> Result<Value, String>
As run_user_func, but with an explicit new.target (set by new).
run_user_func
new.target
new