Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: test/codegen/expect/dart/_js_names.js

Issue 968273002: Fixing layout in js output (use full paths rather than just the library name) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 = {}));
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698