pub(crate) fn inject_key_into_value(
cx: &mut JSContext,
value: HandleValue<'_>,
key: &IndexedDBKeyType,
key_path: &DOMString,
) -> Result<bool, Error>pub(crate) fn inject_key_into_value(
cx: &mut JSContext,
value: HandleValue<'_>,
key: &IndexedDBKeyType,
key_path: &DOMString,
) -> Result<bool, Error>