archives

« Bugzilla Issues Index

#4238 — 20.3.4.32-33 Date.prototype.setUTCXXX: Missing ReturnIfAbrupt


20.3.4.32 Date.prototype.setUTCMinutes ( min [ , sec [, ms ] ] )

Missing ReturnIfAbrupt after ToNumber in steps 3, 4, and 5.


20.3.4.33 Date.prototype.setUTCMonth ( month [ , date ] )

Missing ReturnIfAbrupt after ToNumber in steps 3 and 4.


20.3.4.34 Date.prototype.setUTCSeconds ( sec [ , ms ] )

Missing ReturnIfAbrupt after ToNumber in steps 3 and 4.


fixed in rev37 editor's draft


In Rev37