pub fn call_function(
_func: &FunctionData,
_this_value: JsValue,
_args: Vec<JsValue>,
_ctx: &mut EvalContext,
) -> ValueResultExpand description
Call a function with the given arguments.
pub fn call_function(
_func: &FunctionData,
_this_value: JsValue,
_args: Vec<JsValue>,
_ctx: &mut EvalContext,
) -> ValueResultCall a function with the given arguments.