pub unsafe fn size(
    ctx: *mut JSContext,
    map: &QuickJsValueAdapter
) -> Result<i32, JsError>
Expand description

get the number of entries in a map

§Safety

please ensure the passed JSContext is still valid