v8/test/webkit/fast
franziska.hinkelmann 8ed0454332 Emit better error message about writable properties
Section 8.10.5 9a specifies that a property descriptor cannot both have
accessors and specify the writability of the property. The previous
error message was misleading because it referred to writable rather
than specifying the writability (which includes writable: false).

BUG=v8:2536
LOG=N

Review URL: https://codereview.chromium.org/1399693003

Cr-Commit-Position: refs/heads/master@{#31273}
2015-10-14 19:22:27 +00:00
..
js Emit better error message about writable properties 2015-10-14 19:22:27 +00:00
regex Correctly escape RegExp source. 2014-11-21 10:50:24 +00:00