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

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

Issue 1419813010: [runtime] Remove the very dangerous %_CallFunction intrinsic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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-2285.js ('k') | test/mjsunit/regress/regress-crbug-405922.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-3183.js
diff --git a/test/mjsunit/regress/regress-3183.js b/test/mjsunit/regress/regress-3183.js
index 0c915b0aec6890faba6d70026f1b465fcd9ee36e..4551621e65d3d834fa85ca57b107d2d1d2e638e9 100644
--- a/test/mjsunit/regress/regress-3183.js
+++ b/test/mjsunit/regress/regress-3183.js
@@ -83,7 +83,7 @@
}
function bar(x, deopt) {
- %_CallFunction(null, 'push', [x][0], ((deopt + 0), 1), f1);
+ %_Call(f1, null, 'push', [x][0], ((deopt + 0), 1));
}
function foo() { return bar(arguments[0], arguments[1]); }
« no previous file with comments | « test/mjsunit/regress/regress-2285.js ('k') | test/mjsunit/regress/regress-crbug-405922.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698