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

Side by Side Diff: test/codegen/expect/dart/core.js

Issue 968273002: Fixing layout in js output (use full paths rather than just the library name) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: address review comments Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « test/codegen/expect/dart/convert.js ('k') | test/codegen/expect/dart/isolate.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var core; 1 var core;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 // Function _symbolToString: (Symbol) → String 4 // Function _symbolToString: (Symbol) → String
5 function _symbolToString(symbol) { 5 function _symbolToString(symbol) {
6 return _internal.Symbol.getName(dart.as(symbol, _internal.Symbol)); 6 return _internal.Symbol.getName(dart.as(symbol, _internal.Symbol));
7 } 7 }
8 // Function _symbolMapToStringMap: (Map<Symbol, dynamic>) → dynamic 8 // Function _symbolMapToStringMap: (Map<Symbol, dynamic>) → dynamic
9 function _symbolMapToStringMap(map) { 9 function _symbolMapToStringMap(map) {
10 if (map === null) 10 if (map === null)
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
2949 exports.Stopwatch = Stopwatch; 2949 exports.Stopwatch = Stopwatch;
2950 exports.String = String; 2950 exports.String = String;
2951 exports.Runes = Runes; 2951 exports.Runes = Runes;
2952 exports.RuneIterator = RuneIterator; 2952 exports.RuneIterator = RuneIterator;
2953 exports.StringBuffer = StringBuffer; 2953 exports.StringBuffer = StringBuffer;
2954 exports.StringSink = StringSink; 2954 exports.StringSink = StringSink;
2955 exports.Symbol = Symbol; 2955 exports.Symbol = Symbol;
2956 exports.Type = Type; 2956 exports.Type = Type;
2957 exports.Uri = Uri; 2957 exports.Uri = Uri;
2958 })(core || (core = {})); 2958 })(core || (core = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/convert.js ('k') | test/codegen/expect/dart/isolate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698