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

Unified Diff: src/js/prologue.js

Issue 1396323011: Native context: use import/export for Object observe related functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 5 years, 2 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/js/object-observe.js ('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 359f76d48994fb4d30b05d15ebcc5772fca91f9e..d7f5ff16f01f8db7f89143dbf388594531bb7750 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -184,6 +184,8 @@ function PostNatives(utils) {
"MathMin",
"ObjectIsFrozen",
"ObjectDefineProperty",
+ "ObserveArrayMethods",
+ "ObserveObjectMethods",
"OwnPropertyKeys",
"SymbolToString",
"ToNameArray",
« no previous file with comments | « src/js/object-observe.js ('k') | src/js/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698