archives

« Bugzilla Issues Index

#2636 — 25.4.4.1.1 Promise.all: Change [[AlreadyCalled]] to record type


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.)


fixed in rev26 editor's draft.


Fixed in Rev26