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

Unified Diff: test/mjsunit/regress/regress-crbug-405517.js

Issue 1553043002: [builtins] Migrate a bunch of Object builtins to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 12 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/runtime/runtime-object.cc ('k') | test/mjsunit/regress/regress-crbug-412319.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-405517.js
diff --git a/test/mjsunit/regress/regress-crbug-405517.js b/test/mjsunit/regress/regress-crbug-405517.js
index 36c3f4f7f7053d8ecaad77046d1c61f9594e302b..578e76adedf872c37d24105cb81b2fe780a7fd5d 100644
--- a/test/mjsunit/regress/regress-crbug-405517.js
+++ b/test/mjsunit/regress/regress-crbug-405517.js
@@ -6,7 +6,7 @@
function f() {
var e = [0];
- %PreventExtensions(e);
+ Object.preventExtensions(e);
for (var i = 0; i < 4; i++) e.shift();
}
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | test/mjsunit/regress/regress-crbug-412319.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698