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

Unified Diff: lib/runtime/dart/_js_helper.js

Issue 1045323002: emit interfaces before use (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/_internal.js ('k') | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_js_helper.js
diff --git a/lib/runtime/dart/_js_helper.js b/lib/runtime/dart/_js_helper.js
index 52c29ccb4c7662d790f578befe427e339c797719..3eaadbca3385be43b99704efc705bcdcadb734af 100644
--- a/lib/runtime/dart/_js_helper.js
+++ b/lib/runtime/dart/_js_helper.js
@@ -1339,8 +1339,7 @@ var _js_helper;
}
}
let patch = new _Patch();
- class InternalMap extends core.Object {
- }
+ class InternalMap extends core.Object {}
// Function requiresPreamble: () → dynamic
function requiresPreamble() {
}
@@ -2822,8 +2821,7 @@ var _js_helper;
function closureFromTearOff(receiver, functions, reflectionInfo, isStatic, jsArguments, name) {
return Closure.fromTearOff(receiver, _interceptors.JSArray.markFixedList(dart.as(functions, core.List)), _interceptors.JSArray.markFixedList(dart.as(reflectionInfo, core.List)), !!isStatic, jsArguments, name);
}
- class TearOffClosure extends Closure {
- }
+ class TearOffClosure extends Closure {}
let _self = Symbol('_self');
let _target = Symbol('_target');
let _name = Symbol('_name');
@@ -3182,8 +3180,7 @@ var _js_helper;
}
dart.defineLazyClass(exports, {
get JavaScriptIndexingBehavior() {
- class JavaScriptIndexingBehavior extends _interceptors.JSMutableIndexable {
- }
+ class JavaScriptIndexingBehavior extends _interceptors.JSMutableIndexable {}
return JavaScriptIndexingBehavior;
}
});
« no previous file with comments | « lib/runtime/dart/_internal.js ('k') | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698