archives

« Bugzilla Issues Index

#2474 — 12.4.4.2 Evaluation: Unnecessary test in step 4a


12.4.4.2 Runtime Semantics: Evaluation, step 4a:

> If IsStrictReference(ref) is true, then throw a SyntaxError exception.

The if-condition always evaluates to false due to the early error restriction in 12.4.4.1.


fixed in rev23 editor's draft


fixed in rev23 draft