archives

« Bugzilla Issues Index

#2482 — 25.4.3.1 Promise: Move parameter type checks after this-value checks


25.4.3.1 Promise ( executor ):

Step 1 should probably moved after step 5 for consistency with other constructors which first ensure the thisValue is of the expected type and then perform parameter type checks.


fixed in rev23 editor's draft

It doesn't make any observable difference (except for implementation dependent error message text) but consistency is important


fixed in rev23 draft