Proper handling of future reserved words in strict and normal mode.
authorkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Jun 2011 14:59:51 +0000 (14:59 +0000)
committerkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Jun 2011 14:59:51 +0000 (14:59 +0000)
commitab3d4cf7b800a0abfaa57553040e4d74a4db9342
treee0cbb63b1586a73398ffb99afa2d710cd0d9f0ba
parent628a2e2a1f8f36128a7417a678fa9eea06d7345f
Proper handling of future reserved words in strict and normal mode.

BUG=86442
TEST=mjsunit/keywords-and-reserved_words.js

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8421 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/messages.js
src/parser.cc
src/parser.h
src/preparser.cc
src/preparser.h
src/scanner-base.cc
src/scanner-base.h
src/token.h
test/mjsunit/keywords-and-reserved_words.js [new file with mode: 0644]
test/mjsunit/strict-mode.js
test/preparser/strict-identifiers.pyt