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

Unified Diff: src/js/collection.js

Issue 2317383002: Async/await Promise dependency graph (Closed)
Patch Set: Maintain visited set to break dependency cycles Created 4 years, 3 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 | « no previous file | src/js/harmony-async-await.js » ('j') | src/js/harmony-async-await.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/collection.js
diff --git a/src/js/collection.js b/src/js/collection.js
index 6fe880d91392e39698d531e95e7506c95fdb07fb..030fe6fb3336ed2e86b2c5f7038eef5d750ab06c 100644
--- a/src/js/collection.js
+++ b/src/js/collection.js
@@ -485,6 +485,8 @@ utils.InstallFunctions(GlobalMap.prototype, DONT_ENUM, [
utils.Export(function(to) {
to.GetExistingHash = GetExistingHash;
to.GetHash = GetHash;
+ to.SetAdd = SetAdd;
jgruber 2016/09/12 13:22:00 This may not be necessary (see comments at import
Dan Ehrenberg 2016/09/12 22:49:25 This is a common pattern, see ArrayToString, MapEn
jgruber 2016/09/13 08:27:16 Acknowledged.
+ to.SetHas = SetHas;
});
})
« no previous file with comments | « no previous file | src/js/harmony-async-await.js » ('j') | src/js/harmony-async-await.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698