Make throw inlineable only if the exception is inlineable.
authorkarlklose@chromium.org <karlklose@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Apr 2011 09:15:52 +0000 (09:15 +0000)
committerkarlklose@chromium.org <karlklose@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Apr 2011 09:15:52 +0000 (09:15 +0000)
commit3b6fe22c4de965d2469adfd31a2fbdae7d109a09
tree286ac3653d320f8f4b50262c0c1f662fbeb2bf86
parenta4283a544033fb36159fa07efbb63b8054af47f1
Make throw inlineable only if the exception is inlineable.

BUG=1337
TEST=regress-1337

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
test/mjsunit/regress/regress-1337.js [new file with mode: 0644]