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

Unified Diff: src/js/proxy.js

Issue 1481103002: [proxies] Implement [[Set]]. (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 | « src/contexts.h ('k') | src/messages.h » ('j') | src/objects.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/proxy.js
diff --git a/src/js/proxy.js b/src/js/proxy.js
index 3885e408add350acff7d74276a48a28f7eb8cb5c..91626817760ef8bbb27d2dbd1e5d330f09cba7fa 100644
--- a/src/js/proxy.js
+++ b/src/js/proxy.js
@@ -199,7 +199,6 @@ utils.Export(function(to) {
%InstallToContext([
"derived_get_trap", DerivedGetTrap,
"derived_has_trap", DerivedHasTrap,
- "derived_set_trap", DerivedSetTrap,
"proxy_enumerate", ProxyEnumerate,
]);
« no previous file with comments | « src/contexts.h ('k') | src/messages.h » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698