Properly handle stack overflows in the AST graph builder.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Fri, 31 Oct 2014 14:02:05 +0000 (14:02 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Fri, 31 Oct 2014 14:02:46 +0000 (14:02 +0000)
commitcd3273b5625b12fd8fff18c8e44dfdfce75e718e
treec888f8c0d93d5b986a2561675e36718ae0e6efbe
parentb4a49dfb4807666b6f8b62d4117868496a1e5cda
Properly handle stack overflows in the AST graph builder.

R=jarin@chromium.org
BUG=chromium:429159
TEST=mjsunit/regress/regress-crbug-429159
LOG=N

Review URL: https://codereview.chromium.org/697473006

Cr-Commit-Position: refs/heads/master@{#25037}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25037 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/pipeline.cc
test/mjsunit/regress/regress-crbug-429159.js [new file with mode: 0644]