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

Unified Diff: test/mjsunit/regress/regress-2286.js

Issue 137083002: Get rid of ContextualMode for call ICs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Restore HCallGlobal until a follow-up CL Created 6 years, 11 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 | « test/mjsunit/regress/regress-2284.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-2286.js
diff --git a/test/mjsunit/regress/regress-2286.js b/test/mjsunit/regress/regress-2286.js
index 372451ec44ee067789fbf156c782bec6e5b36408..0264900442809ad9ac6c0612a3ac07fdf5c50531 100644
--- a/test/mjsunit/regress/regress-2286.js
+++ b/test/mjsunit/regress/regress-2286.js
@@ -28,5 +28,5 @@
// Flags: --allow-natives-syntax
assertThrows("f()", ReferenceError);
-assertThrows("%f()", TypeError);
+assertThrows("%f()", Error);
assertThrows("%_f()", SyntaxError);
« no previous file with comments | « test/mjsunit/regress/regress-2284.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698