| OLD | NEW |
| 1 var _js_names; | 1 var _js_names; |
| 2 (function(_js_names) { | 2 (function(_js_names) { |
| 3 'use strict'; | 3 'use strict'; |
| 4 // Function preserveNames: () → dynamic | 4 // Function preserveNames: () → dynamic |
| 5 function preserveNames() { | 5 function preserveNames() { |
| 6 } | 6 } |
| 7 dart.defineLazyProperties(_js_names, { | 7 dart.defineLazyProperties(_js_names, { |
| 8 get mangledNames() { | 8 get mangledNames() { |
| 9 return computeMangledNames(_foreign_helper.JS_EMBEDDED_GLOBAL('=Object', d
art.as(_js_embedded_names.MANGLED_NAMES, core.String)), false); | 9 return computeMangledNames(_foreign_helper.JS_EMBEDDED_GLOBAL('=Object', d
art.as(_js_embedded_names.MANGLED_NAMES, core.String)), false); |
| 10 }, | 10 }, |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 }); | 70 }); |
| 71 } | 71 } |
| 72 // Exports: | 72 // Exports: |
| 73 _js_names.preserveNames = preserveNames; | 73 _js_names.preserveNames = preserveNames; |
| 74 _js_names.computeMangledNames = computeMangledNames; | 74 _js_names.computeMangledNames = computeMangledNames; |
| 75 _js_names.computeReflectiveNames = computeReflectiveNames; | 75 _js_names.computeReflectiveNames = computeReflectiveNames; |
| 76 _js_names.extractKeys = extractKeys; | 76 _js_names.extractKeys = extractKeys; |
| 77 _js_names.unmangleGlobalNameIfPreservedAnyways = unmangleGlobalNameIfPreserved
Anyways; | 77 _js_names.unmangleGlobalNameIfPreservedAnyways = unmangleGlobalNameIfPreserved
Anyways; |
| 78 _js_names.unmangleAllIdentifiersIfPreservedAnyways = unmangleAllIdentifiersIfP
reservedAnyways; | 78 _js_names.unmangleAllIdentifiersIfPreservedAnyways = unmangleAllIdentifiersIfP
reservedAnyways; |
| 79 })(_js_names || (_js_names = {})); | 79 })(_js_names || (_js_names = {})); |
| OLD | NEW |