pub unsafe fn get_element(
    context: *mut JSContext,
    array_ref: &JSValueRef,
    index: u32
) -> Result<JSValueRef, JsError>
Expand description

Safety

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