[Webkit-unassigned] [Bug 27935] new prototype-inheritance* tests have invalid expectations for primitive types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 10:38:51 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27935





--- Comment #5 from Adam Barth <abarth at webkit.org>  2009-08-03 10:38:50 PDT ---
> It seems that number and boolean should be ignored by these tests.  But
> "function" is not a primitive type, correct?  That should still have the inner
> global object's prototype chain, no?

Yeah, you want "object" and "function".  Keep in mind that JavaScript is tricky
and typeof null === "object", so you want to filter those out as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list