| OLD | NEW | 
|---|
| 1 var _js_helper; | 1 var _js_helper = dart.defineLibrary(_js_helper, {}); | 
| 2 (function(exports) { | 2 var core = dart.import(core); | 
|  | 3 var collection = dart.import(collection); | 
|  | 4 var _internal = dart.import(_internal); | 
|  | 5 var _foreign_helper = dart.import(_foreign_helper); | 
|  | 6 var _js_embedded_names = dart.import(_js_embedded_names); | 
|  | 7 var _interceptors = dart.lazyImport(_interceptors); | 
|  | 8 var _js_names = dart.import(_js_names); | 
|  | 9 var async = dart.import(async); | 
|  | 10 var _isolate_helper = dart.lazyImport(_isolate_helper); | 
|  | 11 (function(exports, core, collection, _internal, _foreign_helper, _js_embedded_na
      mes, _interceptors, _js_names, async, _isolate_helper) { | 
| 3   'use strict'; | 12   'use strict'; | 
| 4   class NoSideEffects extends core.Object { | 13   class NoSideEffects extends core.Object { | 
| 5     NoSideEffects() { | 14     NoSideEffects() { | 
| 6     } | 15     } | 
| 7   } | 16   } | 
| 8   class NoThrows extends core.Object { | 17   class NoThrows extends core.Object { | 
| 9     NoThrows() { | 18     NoThrows() { | 
| 10     } | 19     } | 
| 11   } | 20   } | 
| 12   class NoInline extends core.Object { | 21   class NoInline extends core.Object { | 
| (...skipping 4060 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4073   exports.random64 = random64; | 4082   exports.random64 = random64; | 
| 4074   exports.jsonEncodeNative = jsonEncodeNative; | 4083   exports.jsonEncodeNative = jsonEncodeNative; | 
| 4075   exports.getIsolateAffinityTag = getIsolateAffinityTag; | 4084   exports.getIsolateAffinityTag = getIsolateAffinityTag; | 
| 4076   exports.LoadLibraryFunctionType = LoadLibraryFunctionType; | 4085   exports.LoadLibraryFunctionType = LoadLibraryFunctionType; | 
| 4077   exports.DeferredLoadCallback = DeferredLoadCallback; | 4086   exports.DeferredLoadCallback = DeferredLoadCallback; | 
| 4078   exports.loadDeferredLibrary = loadDeferredLibrary; | 4087   exports.loadDeferredLibrary = loadDeferredLibrary; | 
| 4079   exports.MainError = MainError; | 4088   exports.MainError = MainError; | 
| 4080   exports.missingMain = missingMain; | 4089   exports.missingMain = missingMain; | 
| 4081   exports.badMain = badMain; | 4090   exports.badMain = badMain; | 
| 4082   exports.mainHasTooManyParameters = mainHasTooManyParameters; | 4091   exports.mainHasTooManyParameters = mainHasTooManyParameters; | 
| 4083 })(_js_helper || (_js_helper = {})); | 4092 })(_js_helper, core, collection, _internal, _foreign_helper, _js_embedded_names,
       _interceptors, _js_names, async, _isolate_helper); | 
| OLD | NEW | 
|---|