DescriptionFix assertion in RegExp parser to correctly expect stack overflow.
Advance() always checks for stack overflow. If stack indeed overflowed,
current() would hold the kEndMarker. ParseOctalLiteral does not expect
this in the assertion, which causes assertion failure.
R=mvstanton@chromium.org
BUG=350865
LOG=N
Committed: https://code.google.com/p/v8/source/detail?r=19764
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|