| OLD | NEW |
| 1 var _interceptors; | 1 var _interceptors = dart.defineLibrary(_interceptors, {}); |
| 2 (function(exports) { | 2 var core = dart.import(core); |
| 3 var _js_helper = dart.lazyImport(_js_helper); |
| 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 (function(exports, core, _js_helper, _internal, _foreign_helper, _js_embedded_na
mes) { |
| 3 'use strict'; | 8 'use strict'; |
| 4 let JSArray = Array; | 9 let JSArray = Array; |
| 5 let JSMutableArray$ = dart.generic(function(E) { | 10 let JSMutableArray$ = dart.generic(function(E) { |
| 6 class JSMutableArray extends JSArray$(E) { | 11 class JSMutableArray extends JSArray$(E) { |
| 7 JSMutableArray() { | 12 JSMutableArray() { |
| 8 super.JSArray(); | 13 super.JSArray(); |
| 9 } | 14 } |
| 10 } | 15 } |
| 11 JSMutableArray[dart.implements] = () => [JSMutableIndexable]; | 16 JSMutableArray[dart.implements] = () => [JSMutableIndexable]; |
| 12 return JSMutableArray; | 17 return JSMutableArray; |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1079 exports.findConstructorForNativeSubclassType = findConstructorForNativeSubclas
sType; | 1084 exports.findConstructorForNativeSubclassType = findConstructorForNativeSubclas
sType; |
| 1080 exports.findInterceptorForType = findInterceptorForType; | 1085 exports.findInterceptorForType = findInterceptorForType; |
| 1081 exports.JSBool = JSBool; | 1086 exports.JSBool = JSBool; |
| 1082 exports.JSNull = JSNull; | 1087 exports.JSNull = JSNull; |
| 1083 exports.JSIndexable = JSIndexable; | 1088 exports.JSIndexable = JSIndexable; |
| 1084 exports.JSMutableIndexable = JSMutableIndexable; | 1089 exports.JSMutableIndexable = JSMutableIndexable; |
| 1085 exports.JSObject = JSObject; | 1090 exports.JSObject = JSObject; |
| 1086 exports.JavaScriptObject = JavaScriptObject; | 1091 exports.JavaScriptObject = JavaScriptObject; |
| 1087 exports.PlainJavaScriptObject = PlainJavaScriptObject; | 1092 exports.PlainJavaScriptObject = PlainJavaScriptObject; |
| 1088 exports.UnknownJavaScriptObject = UnknownJavaScriptObject; | 1093 exports.UnknownJavaScriptObject = UnknownJavaScriptObject; |
| 1089 })(_interceptors || (_interceptors = {})); | 1094 })(_interceptors, core, _js_helper, _internal, _foreign_helper, _js_embedded_nam
es); |
| OLD | NEW |