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

Unified Diff: src/prologue.js

Issue 1181623003: In Array.of and Array.from, fall back to DefineOwnProperty (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix %AddElement call, changed in rebase Created 5 years, 6 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/harmony-array.js ('k') | test/mjsunit/harmony/array-from.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index ce3ec0276a3ddea9385f064b839d4619bfcd609c..e7ad29e3587bfb1426d227a8d72a9f39894e5cf0 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -174,6 +174,7 @@ function PostNatives(utils) {
"MathMax",
"MathMin",
"ObjectIsFrozen",
+ "ObjectDefineProperty",
"OwnPropertyKeys",
"ToNameArray",
];
« no previous file with comments | « src/harmony-array.js ('k') | test/mjsunit/harmony/array-from.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698