archives

« Bugzilla Issues Index

#1054 — 15.17.2.1: "OrdinaryInstanceOf"


In 15.17.2.1 "Reflect.instanceOf (target, O)",
step 1 says:
Return the result of OrdinaryInstanceOf(target, O).

But no such operation is defined.


removed Reflect.instanceOf. It's not needed as it means the same thing as applying the instanceof operator.


in rev 13 editor's draft