| OLD | NEW |
| 1 var _js_helper; | 1 var _js_helper; |
| 2 (function(_js_helper) { | 2 (function(_js_helper) { |
| 3 'use strict'; | 3 'use strict'; |
| 4 class _Patch extends dart.Object { | 4 class _Patch extends dart.Object { |
| 5 _Patch() { | 5 _Patch() { |
| 6 } | 6 } |
| 7 } | 7 } |
| 8 let patch = new _Patch(); | 8 let patch = new _Patch(); |
| 9 class InternalMap extends dart.Object { | 9 class InternalMap extends dart.Object { |
| 10 } | 10 } |
| (...skipping 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 _js_helper.getIndex = getIndex; | 3885 _js_helper.getIndex = getIndex; |
| 3886 _js_helper.getLength = getLength; | 3886 _js_helper.getLength = getLength; |
| 3887 _js_helper.isJsArray = isJsArray; | 3887 _js_helper.isJsArray = isJsArray; |
| 3888 _js_helper.hasField = hasField; | 3888 _js_helper.hasField = hasField; |
| 3889 _js_helper.hasNoField = hasNoField; | 3889 _js_helper.hasNoField = hasNoField; |
| 3890 _js_helper.isJsFunction = isJsFunction; | 3890 _js_helper.isJsFunction = isJsFunction; |
| 3891 _js_helper.isJsObject = isJsObject; | 3891 _js_helper.isJsObject = isJsObject; |
| 3892 _js_helper.isIdentical = isIdentical; | 3892 _js_helper.isIdentical = isIdentical; |
| 3893 _js_helper.isNotIdentical = isNotIdentical; | 3893 _js_helper.isNotIdentical = isNotIdentical; |
| 3894 })(_js_helper || (_js_helper = {})); | 3894 })(_js_helper || (_js_helper = {})); |
| OLD | NEW |