Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: test/message/regress/regress-4266.js

Issue 1331603002: Use baseline code to compute message locations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix RobustSubStringStub. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scopes.cc ('k') | test/message/regress/regress-4266.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/regress/regress-4266.js
diff --git a/test/message/regress/regress-3995.js b/test/message/regress/regress-4266.js
similarity index 77%
copy from test/message/regress/regress-3995.js
copy to test/message/regress/regress-4266.js
index ba84bc096527cc242b9ad43983b42eec0462c43c..552176bccf54e01f6c589ec420a06a0c4ba9e6c9 100644
--- a/test/message/regress/regress-3995.js
+++ b/test/message/regress/regress-4266.js
@@ -3,5 +3,9 @@
// found in the LICENSE file.
(function() {
- throw new Error("boom");
+ try {
+ [].foo();
+ } catch (e) {
+ throw e;
+ }
})();
« no previous file with comments | « src/scopes.cc ('k') | test/message/regress/regress-4266.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698