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

check whether a Set has a value

Safety

please ensure the passed JSContext is still valid