archives

« Bugzilla Issues Index

#1827 — 12.10.2: "CreateListFromArray"


In 12.10.2 "Runtime Semantics",
under "Runtime Semantics: Evaluation",
in group 1,
step 9.a says:
Let blacklist be CreateListFromArray(blackListArray).

After 'CreateListFromArray', append 'Like'.


While you're at it:
- add whitespace in step 7 between `obj` and `@@unscopables`

- change step 9b to `ReturnIfAbrupt(blacklist).`

- change step 9c to `Set unscopables of newEnv's environment record to blacklist.`


fixed in rev19 editor's draft


fixed in rev19