pub unsafe fn invoke_member_function(
    context: *mut JSContext,
    obj_ref: &QuickJsValueAdapter,
    function_name: &str,
    arguments: &[QuickJsValueAdapter],
) -> Result<QuickJsValueAdapter, JsError>
Expand description

§Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid