archives

« Bugzilla Issues Index

#530 — 11.9.1: refactor Equality Comparison Algorithms


In 11.9.1 "Runtime Semantics",
there's some repetition between the Abstract and Strict
Equality Comparison Algorithms.

I believe you could reduce this by changing Abstract's step 3 to
3. If Type(x) is the same as Type(y), then
return the result of comparing x and y according
to the Strict Equality Comparison Algorithm.


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft