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

Side by Side Diff: test/codegen/expect/fieldtest.js

Issue 1020043002: Replace dart_core.js with actual compiled SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merge 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/typed_data.js ('k') | test/codegen/expect/html_input.html » ('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 fieldtest; 1 var fieldtest;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 class A extends core.Object { 4 class A extends core.Object {
5 A() { 5 A() {
6 this.x = 42; 6 this.x = 42;
7 } 7 }
8 } 8 }
9 let B$ = dart.generic(function(T) { 9 let B$ = dart.generic(function(T) {
10 class B extends core.Object { 10 class B extends core.Object {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 core.print(baz(a)); 60 core.print(baz(a));
61 } 61 }
62 // Exports: 62 // Exports:
63 exports.A = A; 63 exports.A = A;
64 exports.B = B; 64 exports.B = B;
65 exports.B$ = B$; 65 exports.B$ = B$;
66 exports.foo = foo; 66 exports.foo = foo;
67 exports.bar = bar; 67 exports.bar = bar;
68 exports.baz = baz; 68 exports.baz = baz;
69 exports.compute = compute; 69 exports.compute = compute;
70 exports.q = q;
71 exports.z = z;
72 exports.z = z;
73 exports.main = main; 70 exports.main = main;
74 })(fieldtest || (fieldtest = {})); 71 })(fieldtest || (fieldtest = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/typed_data.js ('k') | test/codegen/expect/html_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698