| commit | 894f497bb8a3bf00a32a396abae1a6e91824867d | [log] [tgz] |
|---|---|---|
| author | jgruber <jgruber@chromium.org> | Mon Jul 18 08:53:20 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 18 08:55:11 2016 |
| tree | b5a362a33008f7de40975033503770923c5c6422 | |
| parent | 760f84665f2c58ab1dc7e435260e1573048c16ac [diff] |
Check for method.returns_promise around ExceptionState::throwIfNeeded This ensures that either an exception is thrown, or a promise is rejected, never both. BUG=628526 Review-Url: https://codereview.chromium.org/2156583002 Cr-Commit-Position: refs/heads/master@{#405967}