Disable const in strict mode.
authormmaly@chromium.org <mmaly@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Feb 2011 18:38:17 +0000 (18:38 +0000)
committermmaly@chromium.org <mmaly@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Feb 2011 18:38:17 +0000 (18:38 +0000)
commit180b6ec6b4349bedd9472c93e6978fb6e4918dce
treef628f12eb5c0d091092b8ded38032380fe6c9f52
parent417ee308288afab8b9ed3dda1b5650d8e6e548d8
Disable const in strict mode.
Using const in strict mode yields SyntaxError.

Review URL: http://codereview.chromium.org/6592031/

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6974 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/messages.js
src/parser.cc
test/mjsunit/strict-mode.js