Reviewers: danno, Steven, Description: A small collection of cleanup in the parser and AST.
* Remove a couple of unused fields from the FunctionLiteral, ensure that all the bools are packed. * Rename SaveScope and LexicalScope in the parser. * Use an enum to generate the numbers 0..N and the dependent count, rather than static const ints. This is simpler to extend (coming in a future change). [email protected],[email protected] BUG= TEST= Please review this at http://codereview.chromium.org/8505012/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ast.h M src/compiler.cc M src/liveedit.cc M src/parser.h M src/parser.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
