quickjs_runtime::quickjs_utils::maps

Function size

source
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