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

Side by Side Diff: lib/runtime/dart/_internal.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 | « lib/runtime/dart/_interceptors.js ('k') | lib/runtime/dart/_isolate_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('dart/_internal', null, /* Imports */[ 1 dart_library.library('dart/_internal', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'dart/core', 3 'dart/core',
4 'dart/collection' 4 'dart/collection'
5 ], /* Lazy imports */[ 5 ], /* Lazy imports */[
6 'dart/math', 6 'dart/math',
7 'dart/_interceptors', 7 'dart/_interceptors',
8 'dart/_js_primitives' 8 'dart/_js_primitives'
9 ], function(exports, dart, core, collection, math, _interceptors, _js_primitives ) { 9 ], function(exports, dart, core, collection, math, _interceptors, _js_primitives ) {
10 'use strict'; 10 'use strict';
11 let dartx = dart.dartx; 11 let dartx = dart.dartx;
12 class EfficientLength extends core.Object {} 12 class EfficientLength extends core.Object {}
(...skipping 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 exports.ReversedListIterable = ReversedListIterable; 2378 exports.ReversedListIterable = ReversedListIterable;
2379 exports.UnmodifiableListError = UnmodifiableListError; 2379 exports.UnmodifiableListError = UnmodifiableListError;
2380 exports.NonGrowableListError = NonGrowableListError; 2380 exports.NonGrowableListError = NonGrowableListError;
2381 exports.makeListFixedLength = makeListFixedLength; 2381 exports.makeListFixedLength = makeListFixedLength;
2382 exports.Lists = Lists; 2382 exports.Lists = Lists;
2383 exports.printToConsole = printToConsole; 2383 exports.printToConsole = printToConsole;
2384 exports.Sort = Sort; 2384 exports.Sort = Sort;
2385 exports.Symbol = Symbol; 2385 exports.Symbol = Symbol;
2386 exports.POWERS_OF_TEN = POWERS_OF_TEN; 2386 exports.POWERS_OF_TEN = POWERS_OF_TEN;
2387 }); 2387 });
OLDNEW
« no previous file with comments | « lib/runtime/dart/_interceptors.js ('k') | lib/runtime/dart/_isolate_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698