Chromium Code Reviews

Unified Diff: src/promise.js

Issue 1094563002: Wrap map and set implementation in functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/parser.cc ('k') | src/templates.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/promise.js
diff --git a/src/promise.js b/src/promise.js
index c7bd204bb0754615afc3464b3ae700f70112a19d..ba0dfe0c12c050a3134e32473b24d5a5f5bff9af 100644
--- a/src/promise.js
+++ b/src/promise.js
@@ -7,7 +7,6 @@
// This file relies on the fact that the following declaration has been made
// in runtime.js:
// var $Object = global.Object
-// var $WeakMap = global.WeakMap
// For bootstrapper.
« no previous file with comments | « src/parser.cc ('k') | src/templates.js » ('j') | no next file with comments »

Powered by Google App Engine