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

Unified Diff: src/js/prologue.js

Issue 1517963002: Move Object.assign implementation to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years 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/builtins.cc ('k') | src/js/v8natives.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index faccce7feebdf79b21729d0fd7de33c164aa683d..f221af357ba06ae8746815f8bea8445781f4d2e9 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -201,7 +201,6 @@ function PostNatives(utils) {
"ObjectDefineProperty",
"ObserveArrayMethods",
"ObserveObjectMethods",
- "OwnPropertyKeys",
"PromiseChain",
"PromiseDeferred",
"PromiseResolved",
« no previous file with comments | « src/builtins.cc ('k') | src/js/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698