archives

« Bugzilla Issues Index

#3625 — 13.6.4.12 ForIn/OfExpressionEvaluation: Remove ToObject in step 8b


13.6.4.12 Runtime Semantics: ForIn/OfExpressionEvaluation Abstract Operation

Remove the ToObject call in step 8b.

`for (var c of "aa") ;` should not box the string "aa".


fixed in rev32 editor's draft


fixed in rev32 draft