archives

« Bugzilla Issues Index

#3701 — 19.1.3.3 Object.prototype.isPrototypeOf: Use Type function to discriminate parameter value


19.1.3.3 Object.prototype.isPrototypeOf ( V )

Change step 1 to:
---
If Type(V) is not Object, return false.
---


fixed in rev32 editor's draft


fixed in rev32 draft