Classes: static should still be treated as a strict reserved word
authorarv@chromium.org <arv@chromium.org>
Mon, 3 Nov 2014 19:53:36 +0000 (19:53 +0000)
committerarv@chromium.org <arv@chromium.org>
Mon, 3 Nov 2014 19:54:14 +0000 (19:54 +0000)
commit7a63c74caf65e6652ee28db374713fb356f25c14
tree2611d37b1a3e3f3219222fd07ce90176abcf5e71
parente525e76f215b3aafa725633fefef8e33fd4a05d6
Classes: static should still be treated as a strict reserved word

When --harmony-classes is enabled we did not treat static as a
strict reserved word.

BUG=v8:3642
LOG=Y
R=rossberg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25087}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25087 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.h
src/preparser.cc
src/preparser.h
src/scanner.cc
test/cctest/test-parsing.cc