Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | // A Set iterator keeps the data alive. |
michael@0 | 2 | |
michael@0 | 3 | load(libdir + "referencesVia.js"); |
michael@0 | 4 | load(libdir + "iteration.js"); |
michael@0 | 5 | |
michael@0 | 6 | var key = {}; |
michael@0 | 7 | var set = Set([key]); |
michael@0 | 8 | var iter = set[std_iterator](); |
michael@0 | 9 | referencesVia(iter, "**UNKNOWN SLOT 0**", set); |
michael@0 | 10 | referencesVia(set, "key", key); |