e1a252a017
A lazy deopt via a return needs to preserve one value (the result), but via a throw needs to preserve two values (the exception and stacktrace). Fixes #27446. R=fschneider@google.com Review URL: https://codereview.chromium.org/2374273002 .