JS: identsS/E/V should take a saturated IR as an argument
GHC.JS.Transform.identsS/E/V functions should take a saturated IR as an argument. They raise an error when they encounter an unsaturated constructor. The only place where they are used (globalOccs) takes care to call jsSaturate first.