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

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

Issue 1058653002: implement mixins in subtype checks, more codegen fixes (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
Index: lib/runtime/dart/_isolate_helper.js
diff --git a/lib/runtime/dart/_isolate_helper.js b/lib/runtime/dart/_isolate_helper.js
index 9f50c3de765706e87b3eb43a047dff49c5d4b712..a30394e3a4f7cca0ca55beaf1015ee64c9adf0f0 100644
--- a/lib/runtime/dart/_isolate_helper.js
+++ b/lib/runtime/dart/_isolate_helper.js
@@ -826,6 +826,9 @@ var _isolate_helper;
return !!self.postMessage;
}
});
+ class _MainFunction extends core.Function {}
+ class _MainFunctionArgs extends core.Function {}
+ class _MainFunctionArgsMessage extends core.Function {}
let _getEventData = Symbol('_getEventData');
let _getJSFunctionFromName = Symbol('_getJSFunctionFromName');
let _startIsolate = Symbol('_startIsolate');

Powered by Google App Engine
This is Rietveld 408576698