Skip to main content

call_function_object

Function call_function_object 

Source
pub fn call_function_object(
    func: &JsObjectType,
    this_value: JsValue,
    args: Vec<JsValue>,
    ctx: &mut EvalContext,
) -> ValueResult
Expand description

Call a function object.