Check string literals with escapes in PreParserTraits::GetSymbol()
authordslomov@chromium.org <dslomov@chromium.org>
Fri, 24 Oct 2014 15:02:29 +0000 (15:02 +0000)
committerdslomov@chromium.org <dslomov@chromium.org>
Fri, 24 Oct 2014 15:02:41 +0000 (15:02 +0000)
commit9b74675e0db00329e320be0142b11515d7d8ac58
tree5ae14c5b2ae0fa3db1054de3fb5242b4d2766403
parent99124866e652cb342c4bcc540cf413d62f8ffc96
Check string literals with escapes in PreParserTraits::GetSymbol()

LOG=Y
BUG=v8:3606
R=arv@chromium.org, marja@chromium.org

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

Patch from Caitlin Potter <caitpotter88@gmail.com>.

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