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

Side by Side Diff: test/codegen/expect/dart/_interceptors.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/_foreign_helper.js ('k') | test/codegen/expect/dart/_internal.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 _interceptors; 1 var _interceptors;
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 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 exports.JSExtendableArray = JSExtendableArray; 1392 exports.JSExtendableArray = JSExtendableArray;
1393 exports.JSExtendableArray$ = JSExtendableArray$; 1393 exports.JSExtendableArray$ = JSExtendableArray$;
1394 exports.JSNumber = JSNumber; 1394 exports.JSNumber = JSNumber;
1395 exports.JSInt = JSInt; 1395 exports.JSInt = JSInt;
1396 exports.JSDouble = JSDouble; 1396 exports.JSDouble = JSDouble;
1397 exports.JSPositiveInt = JSPositiveInt; 1397 exports.JSPositiveInt = JSPositiveInt;
1398 exports.JSUInt32 = JSUInt32; 1398 exports.JSUInt32 = JSUInt32;
1399 exports.JSUInt31 = JSUInt31; 1399 exports.JSUInt31 = JSUInt31;
1400 exports.JSString = JSString; 1400 exports.JSString = JSString;
1401 })(_interceptors || (_interceptors = {})); 1401 })(_interceptors || (_interceptors = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/_foreign_helper.js ('k') | test/codegen/expect/dart/_internal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698