Reviewers: Lasse Reichstein, Description: Cleanup of the parser.
The lazy parsing functions took a host of arguments that can all be derived from the SharedFunctionInfo, and the SharedFunctionInfo is always available when parsing lazily. Change the interface to take a single CompilationInfo or SharedFunctionInfo argument. Also remove a flag in the parser that was always false when it was read. Please review this at http://codereview.chromium.org/3538005/show Affected files: M src/compiler.cc M src/parser.h M src/parser.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
