« Bugzilla Issues Index
#2482 — 25.4.3.1 Promise: Move parameter type checks after this-value checks
- bug_id:
2482
- creation_ts:
2014-01-28 08:21:00 -0800
- short_desc:
25.4.3.1 Promise: Move parameter type checks after this-value checks
- delta_ts:
2014-04-06 11:29:35 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 22: January 20, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
d
- commentid:
7147
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-01-28 08:21:31 -0800
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.
- commentid:
7304
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-14 11:51:22 -0800
fixed in rev23 editor's draft
It doesn't make any observable difference (except for implementation dependent error message text) but consistency is important
- commentid:
7522
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:29:35 -0700
fixed in rev23 draft