pub fn run_user_func_of(
fv: &FuncVal,
args: Vec<Value>,
this: Option<Value>,
callee: Option<Value>,
) -> Result<Value, String>Expand description
run_user_func with the function VALUE the call came through, which the
arguments object needs for its callee.