« Bugzilla Issues Index
#2478 — 25.4.1.5 NewPromiseCapability: Handle undefined return value in step 3
- bug_id:
2478
- creation_ts:
2014-01-28 07:59:00 -0800
- short_desc:
25.4.1.5 NewPromiseCapability: Handle undefined return value in step 3
- delta_ts:
2014-04-06 11:31:13 -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:
7143
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-01-28 07:59:28 -0800
25.4.1.5 NewPromiseCapability:
CreateFromConstructor() returns `undefined` if the constructor object does not have a @@create function, NewPromiseCapability needs to handle this case after steps 3-4.
- commentid:
7303
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-14 11:25:44 -0800
fixed in rev23 editor's draft
Added:
5. If Type(promise) is not Object, then throw a TypeError exception.
- commentid:
7593
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:31:13 -0700
fixed in rev23 draft