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

delete a value from a map by key

Safety

please ensure the passed JSContext is still valid