quickjs_runtime::quickjs_utils::maps

Function clear

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

remove all entries from a map

ยงSafety

please ensure the passed JSContext is still valid