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

Side by Side Diff: lib/runtime/dart/async.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/_utils.js ('k') | lib/runtime/dart/collection.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/async', null, /* Imports */[ 1 dart_library.library('dart/async', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'dart/core', 3 'dart/core',
4 'dart/_internal', 4 'dart/_internal',
5 'dart/collection' 5 'dart/collection'
6 ], /* Lazy imports */[ 6 ], /* Lazy imports */[
7 'dart/_isolate_helper' 7 'dart/_isolate_helper'
8 ], function(exports, dart, core, _internal, collection, _isolate_helper) { 8 ], function(exports, dart, core, _internal, collection, _isolate_helper) {
9 'use strict'; 9 'use strict';
10 let dartx = dart.dartx; 10 let dartx = dart.dartx;
11 function _invokeErrorHandler(errorHandler, error, stackTrace) { 11 function _invokeErrorHandler(errorHandler, error, stackTrace) {
12 if (dart.is(errorHandler, ZoneBinaryCallback)) { 12 if (dart.is(errorHandler, ZoneBinaryCallback)) {
(...skipping 5788 matching lines...) Expand 10 before | Expand all | Expand 10 after
5801 exports.ScheduleMicrotaskHandler = ScheduleMicrotaskHandler; 5801 exports.ScheduleMicrotaskHandler = ScheduleMicrotaskHandler;
5802 exports.CreateTimerHandler = CreateTimerHandler; 5802 exports.CreateTimerHandler = CreateTimerHandler;
5803 exports.CreatePeriodicTimerHandler = CreatePeriodicTimerHandler; 5803 exports.CreatePeriodicTimerHandler = CreatePeriodicTimerHandler;
5804 exports.PrintHandler = PrintHandler; 5804 exports.PrintHandler = PrintHandler;
5805 exports.ForkHandler = ForkHandler; 5805 exports.ForkHandler = ForkHandler;
5806 exports.ZoneSpecification = ZoneSpecification; 5806 exports.ZoneSpecification = ZoneSpecification;
5807 exports.ZoneDelegate = ZoneDelegate; 5807 exports.ZoneDelegate = ZoneDelegate;
5808 exports.Zone = Zone; 5808 exports.Zone = Zone;
5809 exports.runZoned = runZoned; 5809 exports.runZoned = runZoned;
5810 }); 5810 });
OLDNEW
« no previous file with comments | « lib/runtime/dart/_utils.js ('k') | lib/runtime/dart/collection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698