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

get the number of entries in a map

Safety

please ensure the passed JSContext is still valid