Properly treat exceptions thrown while compiling.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 11 Feb 2011 14:26:56 +0000 (14:26 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 11 Feb 2011 14:26:56 +0000 (14:26 +0000)
commite96c24bf030f1ffa65785ee7c813efb9ec3454e5
treedd3ad91b10db54df7bd233727c982a4dc35465e2
parent1f6ed9304d165cc6f3e731998e5171b8795a437f
Properly treat exceptions thrown while compiling.

BUG=v8:1132
TEST=test/mjsunit/regress/regress-1132.js

Review URL: http://codereview.chromium.org/6487021

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6754 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler.cc
src/execution.cc
src/execution.h
src/flag-definitions.h
src/hydrogen.cc
test/mjsunit/mjsunit.status
test/mjsunit/regress/regress-1132.js [new file with mode: 0644]