Function convert_value_to_key

Source
pub fn convert_value_to_key(
    cx: JSContext,
    input: HandleValue<'_>,
    seen: Option<Vec<HandleValue<'_>>>,
) -> Result<IndexedDBKeyType, Error>