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

Unified Diff: test/mjsunit/regress/regress-2284.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/cctest/test-heap.cc ('k') | test/mjsunit/regress/regress-2286.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-2284.js
diff --git a/test/mjsunit/regress/regress-2284.js b/test/mjsunit/regress/regress-2284.js
index 561401998ad84e75e8baa2fd85b9a10bf8211535..24bf58e2db677db9c13f68090bb5555c2cd9a90e 100644
--- a/test/mjsunit/regress/regress-2284.js
+++ b/test/mjsunit/regress/regress-2284.js
@@ -27,6 +27,6 @@
// Flags: --allow-natives-syntax
-assertThrows("%foobar();", TypeError);
-assertThrows("%constructor();", TypeError);
-assertThrows("%constructor(23);", TypeError);
+assertThrows("%foobar();", Error);
+assertThrows("%constructor();", Error);
+assertThrows("%constructor(23);", Error);
« no previous file with comments | « test/cctest/test-heap.cc ('k') | test/mjsunit/regress/regress-2286.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698