pub fn call_function_q_ref_args(
    q_ctx: &QuickJsRealmAdapter,
    function_ref: &QuickJsValueAdapter,
    arguments: &[&QuickJsValueAdapter],
    this_ref_opt: Option<&QuickJsValueAdapter>,
) -> Result<QuickJsValueAdapter, JsError>
Expand description

call a function