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

Side by Side Diff: test/codegen/expect/collection/src/canonicalized_map.js

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 dart_library.library('collection/src/canonicalized_map', null, /* Imports */[ 1 dart_library.library('collection/src/canonicalized_map', null, /* Imports */[
2 "dart_runtime/dart", 2 "dart/_runtime",
3 'dart/core', 3 'dart/core',
4 'collection/src/utils', 4 'collection/src/utils',
5 'dart/collection' 5 'dart/collection'
6 ], /* Lazy imports */[ 6 ], /* Lazy imports */[
7 ], function(exports, dart, core, utils, collection) { 7 ], function(exports, dart, core, utils, collection) {
8 'use strict'; 8 'use strict';
9 let dartx = dart.dartx; 9 let dartx = dart.dartx;
10 let _base = Symbol('_base'); 10 let _base = Symbol('_base');
11 let _canonicalize = Symbol('_canonicalize'); 11 let _canonicalize = Symbol('_canonicalize');
12 let _isValidKeyFn = Symbol('_isValidKeyFn'); 12 let _isValidKeyFn = Symbol('_isValidKeyFn');
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [_isValidKey]: [core.bool, [core.Object]] 110 [_isValidKey]: [core.bool, [core.Object]]
111 }) 111 })
112 }); 112 });
113 return CanonicalizedMap; 113 return CanonicalizedMap;
114 }); 114 });
115 let CanonicalizedMap = CanonicalizedMap$(); 115 let CanonicalizedMap = CanonicalizedMap$();
116 // Exports: 116 // Exports:
117 exports.CanonicalizedMap$ = CanonicalizedMap$; 117 exports.CanonicalizedMap$ = CanonicalizedMap$;
118 exports.CanonicalizedMap = CanonicalizedMap; 118 exports.CanonicalizedMap = CanonicalizedMap;
119 }); 119 });
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/priority_queue.js ('k') | test/codegen/expect/collection/src/queue_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698