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

Side by Side Diff: test/codegen/expect/dart/_js_helper.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: address review comments 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
« no previous file with comments | « test/codegen/expect/dart/_js_embedded_names.js ('k') | test/codegen/expect/dart/_js_names.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var _js_helper; 1 var _js_helper;
2 (function(exports) { 2 (function(exports) {
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
3885 exports.getIndex = getIndex; 3885 exports.getIndex = getIndex;
3886 exports.getLength = getLength; 3886 exports.getLength = getLength;
3887 exports.isJsArray = isJsArray; 3887 exports.isJsArray = isJsArray;
3888 exports.hasField = hasField; 3888 exports.hasField = hasField;
3889 exports.hasNoField = hasNoField; 3889 exports.hasNoField = hasNoField;
3890 exports.isJsFunction = isJsFunction; 3890 exports.isJsFunction = isJsFunction;
3891 exports.isJsObject = isJsObject; 3891 exports.isJsObject = isJsObject;
3892 exports.isIdentical = isIdentical; 3892 exports.isIdentical = isIdentical;
3893 exports.isNotIdentical = isNotIdentical; 3893 exports.isNotIdentical = isNotIdentical;
3894 })(_js_helper || (_js_helper = {})); 3894 })(_js_helper || (_js_helper = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/_js_embedded_names.js ('k') | test/codegen/expect/dart/_js_names.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698