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

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

Issue 1122133003: fixes #157, renaming local library identifiers if needed. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase and format Created 5 years, 7 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/_js_embedded_names.js ('k') | lib/runtime/dart/_js_names.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 var _js_helper; 1 var _js_helper = dart.defineLibrary(_js_helper, {});
2 (function(exports) { 2 var core = dart.import(core);
3 var collection = dart.import(collection);
4 var _internal = dart.import(_internal);
5 var _foreign_helper = dart.import(_foreign_helper);
6 var _js_embedded_names = dart.import(_js_embedded_names);
7 var _interceptors = dart.lazyImport(_interceptors);
8 var _js_names = dart.import(_js_names);
9 var async = dart.import(async);
10 var _isolate_helper = dart.lazyImport(_isolate_helper);
11 (function(exports, core, collection, _internal, _foreign_helper, _js_embedded_na mes, _interceptors, _js_names, async, _isolate_helper) {
3 'use strict'; 12 'use strict';
4 class NoSideEffects extends core.Object { 13 class NoSideEffects extends core.Object {
5 NoSideEffects() { 14 NoSideEffects() {
6 } 15 }
7 } 16 }
8 class NoThrows extends core.Object { 17 class NoThrows extends core.Object {
9 NoThrows() { 18 NoThrows() {
10 } 19 }
11 } 20 }
12 class NoInline extends core.Object { 21 class NoInline extends core.Object {
(...skipping 4060 matching lines...) Expand 10 before | Expand all | Expand 10 after
4073 exports.random64 = random64; 4082 exports.random64 = random64;
4074 exports.jsonEncodeNative = jsonEncodeNative; 4083 exports.jsonEncodeNative = jsonEncodeNative;
4075 exports.getIsolateAffinityTag = getIsolateAffinityTag; 4084 exports.getIsolateAffinityTag = getIsolateAffinityTag;
4076 exports.LoadLibraryFunctionType = LoadLibraryFunctionType; 4085 exports.LoadLibraryFunctionType = LoadLibraryFunctionType;
4077 exports.DeferredLoadCallback = DeferredLoadCallback; 4086 exports.DeferredLoadCallback = DeferredLoadCallback;
4078 exports.loadDeferredLibrary = loadDeferredLibrary; 4087 exports.loadDeferredLibrary = loadDeferredLibrary;
4079 exports.MainError = MainError; 4088 exports.MainError = MainError;
4080 exports.missingMain = missingMain; 4089 exports.missingMain = missingMain;
4081 exports.badMain = badMain; 4090 exports.badMain = badMain;
4082 exports.mainHasTooManyParameters = mainHasTooManyParameters; 4091 exports.mainHasTooManyParameters = mainHasTooManyParameters;
4083 })(_js_helper || (_js_helper = {})); 4092 })(_js_helper, core, collection, _internal, _foreign_helper, _js_embedded_names, _interceptors, _js_names, async, _isolate_helper);
OLDNEW
« no previous file with comments | « lib/runtime/dart/_js_embedded_names.js ('k') | lib/runtime/dart/_js_names.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698