pub unsafe fn get_element(
context: *mut JSContext,
array_ref: &QuickJsValueAdapter,
index: u32,
) -> Result<QuickJsValueAdapter, JsError>
Expand description
ยงSafety
When passing a context pointer please make sure the corresponding QuickJsContext is still valid