DescriptionParser cleanup: Cached data cannot contain errors (removed dead code)
We no longer store the errors in cached data (see Parser::ParseProgram()) and
storing them is an unnecessary optimization. In addition, the code which
extracts errors from cached data is wrong, since it stores the result of
BuildArgs (in ReportMessageAt) and then deletes it.
R=rossberg@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=22229
Patch Set 1 #
Created: 6 years, 5 months ago
Messages
Total messages: 3 (0 generated)
|