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

Side by Side Diff: test/codegen/expect/dart/async.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/_native_typed_data.js ('k') | test/codegen/expect/dart/collection.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 async; 1 var async;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 dart.copyProperties(exports, { 4 dart.copyProperties(exports, {
5 get _hasDocument() { 5 get _hasDocument() {
6 return dart.equals(typeof document, 'object'); 6 return dart.equals(typeof document, 'object');
7 } 7 }
8 }); 8 });
9 // Function _invokeErrorHandler: (Function, Object, StackTrace) → dynamic 9 // Function _invokeErrorHandler: (Function, Object, StackTrace) → dynamic
10 function _invokeErrorHandler(errorHandler, error, stackTrace) { 10 function _invokeErrorHandler(errorHandler, error, stackTrace) {
(...skipping 4770 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 exports.StreamIterator$ = StreamIterator$; 4781 exports.StreamIterator$ = StreamIterator$;
4782 exports.StreamController = StreamController; 4782 exports.StreamController = StreamController;
4783 exports.StreamController$ = StreamController$; 4783 exports.StreamController$ = StreamController$;
4784 exports.Timer = Timer; 4784 exports.Timer = Timer;
4785 exports.AsyncError = AsyncError; 4785 exports.AsyncError = AsyncError;
4786 exports.ZoneSpecification = ZoneSpecification; 4786 exports.ZoneSpecification = ZoneSpecification;
4787 exports.ZoneDelegate = ZoneDelegate; 4787 exports.ZoneDelegate = ZoneDelegate;
4788 exports.Zone = Zone; 4788 exports.Zone = Zone;
4789 exports.runZoned = runZoned; 4789 exports.runZoned = runZoned;
4790 })(async || (async = {})); 4790 })(async || (async = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/_native_typed_data.js ('k') | test/codegen/expect/dart/collection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698