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

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

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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/BenchmarkBase.js ('k') | test/codegen/expect/async_helper.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 dart_library.library('DeltaBlue', null, /* Imports */[ 1 dart_library.library('DeltaBlue', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'BenchmarkBase', 3 'BenchmarkBase',
4 'dart/core' 4 'dart/core'
5 ], /* Lazy imports */[ 5 ], /* Lazy imports */[
6 ], function(exports, dart, BenchmarkBase, core) { 6 ], function(exports, dart, BenchmarkBase, core) {
7 'use strict'; 7 'use strict';
8 let dartx = dart.dartx; 8 let dartx = dart.dartx;
9 function main() { 9 function main() {
10 new DeltaBlue().report(); 10 new DeltaBlue().report();
11 } 11 }
12 dart.fn(main); 12 dart.fn(main);
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 exports.BinaryConstraint = BinaryConstraint; 536 exports.BinaryConstraint = BinaryConstraint;
537 exports.ScaleConstraint = ScaleConstraint; 537 exports.ScaleConstraint = ScaleConstraint;
538 exports.EqualityConstraint = EqualityConstraint; 538 exports.EqualityConstraint = EqualityConstraint;
539 exports.Variable = Variable; 539 exports.Variable = Variable;
540 exports.Planner = Planner; 540 exports.Planner = Planner;
541 exports.Plan = Plan; 541 exports.Plan = Plan;
542 exports.chainTest = chainTest; 542 exports.chainTest = chainTest;
543 exports.projectionTest = projectionTest; 543 exports.projectionTest = projectionTest;
544 exports.change = change; 544 exports.change = change;
545 }); 545 });
OLDNEW
« no previous file with comments | « test/codegen/expect/BenchmarkBase.js ('k') | test/codegen/expect/async_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698