archives

« Bugzilla Issues Index

#3036 — @@unscopables algorithm changed from array to object but well-know symbol table did not


section 6.1.5.1 Table 1 still says "An Array of string values that are property
names that are excluded from the with environment bindings of the associated
objects.

Should be updated to "An Object of string values ..." to be consistent with the algorithmic change in 22.1.3.31 from Let blackList be ArrayCreate(7, %ArrayPrototype%) to Let blackList be ObjectCreate(%ObjectPrototype%).


fixed in rev27 editor's draft


fixed in rev27 draft