[Webkit-unassigned] [Bug 49577] Function.prototype should be non-configurable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 23:22:12 PST 2010


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


Rico <ricow at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ricow at google.com




--- Comment #2 from Rico <ricow at google.com>  2010-11-16 23:22:12 PST ---
It seems that the change introduces a test that is not consistent with the specification.
The new test file:
LayoutTests/fast/js/script-tests/function-prototype-descriptor.js
Tests that the prototype property on a function is enumerable, which it should not be (see 15.3.5.2 and 13.2 step 18 in the spec).
This was also discussed on the V8 issue tracker:
http://code.google.com/p/v8/issues/detail?id=935

Please let me know if you disagree.

-- 
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