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

check whether a Map has a value for a key

Safety

please ensure the passed JSContext is still valid