DescriptionFollow-up to r19845 which suppresses syntax errors in presence of a stack overflow.
ReportUnexpectedToken already calls Traits::ReportMessageAt. If we're in Parser,
that already suppresses the syntax error. If we're in PreParser, we don't need
to suppress the syntax error (preparser errors don't go through Isolate, and
having both stack overflow and a syntax error present is handled correctly by
PreParserApi::PreParse).
R=mstarzinger@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=19851
Patch Set 1 #Patch Set 2 : . #
Total comments: 2
Patch Set 3 : remove! #Patch Set 4 : rebased #Messages
Total messages: 4 (0 generated)
|