(Pre)Parser: Move ParseExpression and ParseArrayLiteral to ParserBase.
authormarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Feb 2014 08:56:11 +0000 (08:56 +0000)
committermarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Feb 2014 08:56:11 +0000 (08:56 +0000)
commit5b9465c2fc77f03a94f14a0337ebfa8cad16e753
tree7c864d5ce5d69233a8c78ff697e04c23e6bb05ca
parent71be0fdb4e2f8b793cf45e159706a0b9f1539251
(Pre)Parser: Move ParseExpression and ParseArrayLiteral to ParserBase.

Notes:
- The functions already did the same thing -> no changes in logic.
- One less glue function needed now.

R=ulan@chromium.org
BUG=v8:3126
LOG=N

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19469 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.cc
src/parser.h
src/preparser.cc
src/preparser.h