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

Unified Diff: test/codegen/expect/collection/collection.js

Issue 967713002: fixes #69, avoid module name inside module scope (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/codegen/expect/cascade/cascade.js ('k') | test/codegen/expect/constructors/constructors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/collection/collection.js
diff --git a/test/codegen/expect/collection/collection.js b/test/codegen/expect/collection/collection.js
index 35efacabc103eb336ea26d4278a1925d1936014f..0a1ec4153fdd10071edbbacfa6451e86d1ff05f8 100644
--- a/test/codegen/expect/collection/collection.js
+++ b/test/codegen/expect/collection/collection.js
@@ -1,5 +1,5 @@
var collection;
-(function(collection) {
+(function(exports) {
'use strict';
let _HashMap$ = dart.generic(function(K, V) {
class _HashMap extends dart.Object {
@@ -4728,69 +4728,69 @@ var collection;
});
let SplayTreeSet = SplayTreeSet$(dynamic);
// Exports:
- collection.HashMapKeyIterable = HashMapKeyIterable;
- collection.HashMapKeyIterable$ = HashMapKeyIterable$;
- collection.HashMapKeyIterator = HashMapKeyIterator;
- collection.HashMapKeyIterator$ = HashMapKeyIterator$;
- collection.LinkedHashMapCell = LinkedHashMapCell;
- collection.LinkedHashMapKeyIterable = LinkedHashMapKeyIterable;
- collection.LinkedHashMapKeyIterable$ = LinkedHashMapKeyIterable$;
- collection.LinkedHashMapKeyIterator = LinkedHashMapKeyIterator;
- collection.LinkedHashMapKeyIterator$ = LinkedHashMapKeyIterator$;
- collection.HashSetIterator = HashSetIterator;
- collection.HashSetIterator$ = HashSetIterator$;
- collection.LinkedHashSetCell = LinkedHashSetCell;
- collection.LinkedHashSetIterator = LinkedHashSetIterator;
- collection.LinkedHashSetIterator$ = LinkedHashSetIterator$;
- collection.UnmodifiableListView = UnmodifiableListView;
- collection.UnmodifiableListView$ = UnmodifiableListView$;
- collection.HashMap = HashMap;
- collection.HashMap$ = HashMap$;
- collection.HashSet = HashSet;
- collection.HashSet$ = HashSet$;
- collection.IterableMixin = IterableMixin;
- collection.IterableMixin$ = IterableMixin$;
- collection.IterableBase = IterableBase;
- collection.IterableBase$ = IterableBase$;
- collection.HasNextIterator = HasNextIterator;
- collection.HasNextIterator$ = HasNextIterator$;
- collection.LinkedHashMap = LinkedHashMap;
- collection.LinkedHashMap$ = LinkedHashMap$;
- collection.LinkedHashSet = LinkedHashSet;
- collection.LinkedHashSet$ = LinkedHashSet$;
- collection.LinkedList = LinkedList;
- collection.LinkedList$ = LinkedList$;
- collection.LinkedListEntry = LinkedListEntry;
- collection.LinkedListEntry$ = LinkedListEntry$;
- collection.ListBase = ListBase;
- collection.ListBase$ = ListBase$;
- collection.ListMixin = ListMixin;
- collection.ListMixin$ = ListMixin$;
- collection.MapBase = MapBase;
- collection.MapBase$ = MapBase$;
- collection.MapMixin = MapMixin;
- collection.MapMixin$ = MapMixin$;
- collection.UnmodifiableMapBase = UnmodifiableMapBase;
- collection.UnmodifiableMapBase$ = UnmodifiableMapBase$;
- collection.MapView = MapView;
- collection.MapView$ = MapView$;
- collection.UnmodifiableMapView = UnmodifiableMapView;
- collection.UnmodifiableMapView$ = UnmodifiableMapView$;
- collection.Maps = Maps;
- collection.Queue = Queue;
- collection.Queue$ = Queue$;
- collection.DoubleLinkedQueueEntry = DoubleLinkedQueueEntry;
- collection.DoubleLinkedQueueEntry$ = DoubleLinkedQueueEntry$;
- collection.DoubleLinkedQueue = DoubleLinkedQueue;
- collection.DoubleLinkedQueue$ = DoubleLinkedQueue$;
- collection.ListQueue = ListQueue;
- collection.ListQueue$ = ListQueue$;
- collection.SetMixin = SetMixin;
- collection.SetMixin$ = SetMixin$;
- collection.SetBase = SetBase;
- collection.SetBase$ = SetBase$;
- collection.SplayTreeMap = SplayTreeMap;
- collection.SplayTreeMap$ = SplayTreeMap$;
- collection.SplayTreeSet = SplayTreeSet;
- collection.SplayTreeSet$ = SplayTreeSet$;
+ exports.HashMapKeyIterable = HashMapKeyIterable;
+ exports.HashMapKeyIterable$ = HashMapKeyIterable$;
+ exports.HashMapKeyIterator = HashMapKeyIterator;
+ exports.HashMapKeyIterator$ = HashMapKeyIterator$;
+ exports.LinkedHashMapCell = LinkedHashMapCell;
+ exports.LinkedHashMapKeyIterable = LinkedHashMapKeyIterable;
+ exports.LinkedHashMapKeyIterable$ = LinkedHashMapKeyIterable$;
+ exports.LinkedHashMapKeyIterator = LinkedHashMapKeyIterator;
+ exports.LinkedHashMapKeyIterator$ = LinkedHashMapKeyIterator$;
+ exports.HashSetIterator = HashSetIterator;
+ exports.HashSetIterator$ = HashSetIterator$;
+ exports.LinkedHashSetCell = LinkedHashSetCell;
+ exports.LinkedHashSetIterator = LinkedHashSetIterator;
+ exports.LinkedHashSetIterator$ = LinkedHashSetIterator$;
+ exports.UnmodifiableListView = UnmodifiableListView;
+ exports.UnmodifiableListView$ = UnmodifiableListView$;
+ exports.HashMap = HashMap;
+ exports.HashMap$ = HashMap$;
+ exports.HashSet = HashSet;
+ exports.HashSet$ = HashSet$;
+ exports.IterableMixin = IterableMixin;
+ exports.IterableMixin$ = IterableMixin$;
+ exports.IterableBase = IterableBase;
+ exports.IterableBase$ = IterableBase$;
+ exports.HasNextIterator = HasNextIterator;
+ exports.HasNextIterator$ = HasNextIterator$;
+ exports.LinkedHashMap = LinkedHashMap;
+ exports.LinkedHashMap$ = LinkedHashMap$;
+ exports.LinkedHashSet = LinkedHashSet;
+ exports.LinkedHashSet$ = LinkedHashSet$;
+ exports.LinkedList = LinkedList;
+ exports.LinkedList$ = LinkedList$;
+ exports.LinkedListEntry = LinkedListEntry;
+ exports.LinkedListEntry$ = LinkedListEntry$;
+ exports.ListBase = ListBase;
+ exports.ListBase$ = ListBase$;
+ exports.ListMixin = ListMixin;
+ exports.ListMixin$ = ListMixin$;
+ exports.MapBase = MapBase;
+ exports.MapBase$ = MapBase$;
+ exports.MapMixin = MapMixin;
+ exports.MapMixin$ = MapMixin$;
+ exports.UnmodifiableMapBase = UnmodifiableMapBase;
+ exports.UnmodifiableMapBase$ = UnmodifiableMapBase$;
+ exports.MapView = MapView;
+ exports.MapView$ = MapView$;
+ exports.UnmodifiableMapView = UnmodifiableMapView;
+ exports.UnmodifiableMapView$ = UnmodifiableMapView$;
+ exports.Maps = Maps;
+ exports.Queue = Queue;
+ exports.Queue$ = Queue$;
+ exports.DoubleLinkedQueueEntry = DoubleLinkedQueueEntry;
+ exports.DoubleLinkedQueueEntry$ = DoubleLinkedQueueEntry$;
+ exports.DoubleLinkedQueue = DoubleLinkedQueue;
+ exports.DoubleLinkedQueue$ = DoubleLinkedQueue$;
+ exports.ListQueue = ListQueue;
+ exports.ListQueue$ = ListQueue$;
+ exports.SetMixin = SetMixin;
+ exports.SetMixin$ = SetMixin$;
+ exports.SetBase = SetBase;
+ exports.SetBase$ = SetBase$;
+ exports.SplayTreeMap = SplayTreeMap;
+ exports.SplayTreeMap$ = SplayTreeMap$;
+ exports.SplayTreeSet = SplayTreeSet;
+ exports.SplayTreeSet$ = SplayTreeSet$;
})(collection || (collection = {}));
« no previous file with comments | « test/codegen/expect/cascade/cascade.js ('k') | test/codegen/expect/constructors/constructors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698