Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:overflows

6827        - Fixes two regressions on win.  Both are stack overflows. For one the number of recursions is capped at 100, and for the other, nested parenthesis pairs are not evaluated (since they would evaluate to whatever is in them anyway).