Reviewers: rossberg, Description: Added support functions for using Literal keys in a HashMap.
This is a preparatory step for using the HashMap clas with Literal keys in the
full code generator. It removes some duplicated code already and removes the need for 2 HashMaps at each use, which was overly complicated. Removed one dead function on the way. Please review this at http://codereview.chromium.org/9639011/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ast.h M src/ast.cc M src/parser.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
