OLD | NEW |
1 dart_library.library('dart/js', null, /* Imports */[ | 1 dart_library.library('dart/js', null, /* Imports */[ |
2 "dart/_runtime", | 2 'dart/_runtime', |
3 'dart/core', | 3 'dart/core', |
4 'dart/collection', | 4 'dart/collection', |
5 'dart/_js_helper' | 5 'dart/_js_helper' |
6 ], /* Lazy imports */[ | 6 ], /* Lazy imports */[ |
7 ], function(exports, dart, core, collection, _js_helper) { | 7 ], function(exports, dart, core, collection, _js_helper) { |
8 'use strict'; | 8 'use strict'; |
9 let dartx = dart.dartx; | 9 let dartx = dart.dartx; |
10 const _global = dart.global; | 10 const _global = dart.global; |
11 dart.defineLazyProperties(exports, { | 11 dart.defineLazyProperties(exports, { |
12 get context() { | 12 get context() { |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 }); | 410 }); |
411 let __CastType0 = __CastType0$(); | 411 let __CastType0 = __CastType0$(); |
412 // Exports: | 412 // Exports: |
413 exports.JsObject = JsObject; | 413 exports.JsObject = JsObject; |
414 exports.JsFunction = JsFunction; | 414 exports.JsFunction = JsFunction; |
415 exports.JsArray$ = JsArray$; | 415 exports.JsArray$ = JsArray$; |
416 exports.JsArray = JsArray; | 416 exports.JsArray = JsArray; |
417 exports.allowInterop = allowInterop; | 417 exports.allowInterop = allowInterop; |
418 exports.allowInteropCaptureThis = allowInteropCaptureThis; | 418 exports.allowInteropCaptureThis = allowInteropCaptureThis; |
419 }); | 419 }); |
OLD | NEW |