Reviewers: Kevin Millikin, Message: Hi Kevin,
finally got to merging the LexicalScope with TemporaryScope in the parser. Thank you! Martin http://codereview.chromium.org/6714040/diff/1/src/parser.h File src/parser.h (right): http://codereview.chromium.org/6714040/diff/1/src/parser.h#newcode719 src/parser.h:719: friend class LexicalScope; Making LexicalScope friend so that it doesn't have to store 3 different 'variable' pointers but instead only Parser* Description: Merge TemporaryScope with LexicalScope. BUG= TEST= Please review this at http://codereview.chromium.org/6714040/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/parser.h M src/parser.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
