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

Side by Side Diff: lib/runtime/dart/js.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years 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/isolate.js ('k') | lib/runtime/dart/math.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/js', null, /* Imports */[ 1 dart_library.library('dart/js', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'dart/core', 3 'dart/core',
4 'dart/collection', 4 'dart/collection',
5 'dart/_js_helper' 5 'dart/_js_helper'
6 ], /* Lazy imports */[ 6 ], /* Lazy imports */[
7 ], function(exports, dart, core, collection, _js_helper) { 7 ], function(exports, dart, core, collection, _js_helper) {
8 'use strict'; 8 'use strict';
9 let dartx = dart.dartx; 9 let dartx = dart.dartx;
10 dart.defineLazyProperties(exports, { 10 dart.defineLazyProperties(exports, {
11 get context() { 11 get context() {
12 return _wrapToDart(dart.global); 12 return _wrapToDart(dart.global);
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 }); 415 });
416 let __CastType0 = __CastType0$(); 416 let __CastType0 = __CastType0$();
417 // Exports: 417 // Exports:
418 exports.JsObject = JsObject; 418 exports.JsObject = JsObject;
419 exports.JsFunction = JsFunction; 419 exports.JsFunction = JsFunction;
420 exports.JsArray$ = JsArray$; 420 exports.JsArray$ = JsArray$;
421 exports.JsArray = JsArray; 421 exports.JsArray = JsArray;
422 exports.allowInterop = allowInterop; 422 exports.allowInterop = allowInterop;
423 exports.allowInteropCaptureThis = allowInteropCaptureThis; 423 exports.allowInteropCaptureThis = allowInteropCaptureThis;
424 }); 424 });
OLDNEW
« no previous file with comments | « lib/runtime/dart/isolate.js ('k') | lib/runtime/dart/math.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698