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

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: 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_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
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 = {}));
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698