DescriptionCleanup 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.
Committed: http://code.google.com/p/v8/source/detail?r=5561
Patch Set 1 #
Total comments: 3
Messages
Total messages: 3 (0 generated)
|