[Webkit-unassigned] [Bug 140493] Const declaration should throw TypeError if there is another declaration of the same name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 15 01:52:40 PST 2015


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

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
It looks like we just need to check if the readonly-ness of a property in LLINT_SLOW_PATH_DECL(slow_path_put_to_scope) and operationPutToScope in JITOperations since ResolveType is always Dynamic for readonly properties.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150115/8a864e96/attachment-0002.html>


More information about the webkit-unassigned mailing list