pub(crate) fn get_read_promise_done( cx: JSContext, v: &HandleValue<'_>, can_gc: CanGc, ) -> Result<bool, Error>
Get the done property of an object that a read promise resolved to.
done