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

Unified Diff: src/js/proxy.js

Issue 1481103002: [proxies] Implement [[Set]]. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments. 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/contexts.h ('k') | src/lookup.h » ('j') | no next file with comments »
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 294a1ca9c2142f993ccc45e1471e5e71d167fe4b..55d0594e0701b57e81eec0ac64bbd71bcca9d5ca 100644
--- a/src/js/proxy.js
+++ b/src/js/proxy.js
@@ -193,7 +193,6 @@ utils.Export(function(to) {
%InstallToContext([
"derived_get_trap", DerivedGetTrap,
- "derived_set_trap", DerivedSetTrap,
"proxy_enumerate", ProxyEnumerate,
]);
« no previous file with comments | « src/contexts.h ('k') | src/lookup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698