« Bugzilla Issues Index
#2636 — 25.4.4.1.1 Promise.all: Change [[AlreadyCalled]] to record type
- bug_id:
2636
- creation_ts:
2014-04-11 02:20:00 -0700
- short_desc:
25.4.4.1.1 Promise.all: Change [[AlreadyCalled]] to record type
- delta_ts:
2014-07-18 20:51:45 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 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:
7666
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-11 02:20:16 -0700
25.4.4.1.1 Promise.all Resolve Element Functions
Change the [[AlreadyCalled]] internal slot to a record type to prevent duplicate invocation even after cloning the method. (Under the assumption that record types are cloned by reference whereas primitive values are cloned by value.)
- commentid:
9216
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-15 17:31:39 -0700
fixed in rev26 editor's draft.
- commentid:
9301
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 20:51:45 -0700
Fixed in Rev26