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

Unified Diff: test/codegen/expect/dart/_foreign_helper.js

Issue 1011153002: js: fix core.Object, output order, static const fields (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 | « test/codegen/expect/constructors.js ('k') | test/codegen/expect/dart/_interceptors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/dart/_foreign_helper.js
diff --git a/test/codegen/expect/dart/_foreign_helper.js b/test/codegen/expect/dart/_foreign_helper.js
index 0ccb952a911057cf8b07bd8ebe80b07bb511ff7a..da5466e74464feacc7fa2688cbfee705cb2ac401 100644
--- a/test/codegen/expect/dart/_foreign_helper.js
+++ b/test/codegen/expect/dart/_foreign_helper.js
@@ -31,7 +31,7 @@ var _foreign_helper;
// Function JS_CURRENT_ISOLATE_CONTEXT: () → IsolateContext
function JS_CURRENT_ISOLATE_CONTEXT() {
}
- class IsolateContext extends dart.Object {
+ class IsolateContext extends core.Object {
}
// Function JS_CALL_IN_ISOLATE: (dynamic, Function) → dynamic
function JS_CALL_IN_ISOLATE(isolate, function) {
@@ -112,7 +112,7 @@ var _foreign_helper;
function JS_EFFECT(code) {
dart.dinvokef(code, null);
}
- class JS_CONST extends dart.Object {
+ class JS_CONST extends core.Object {
JS_CONST(code) {
this.code = code;
}
« no previous file with comments | « test/codegen/expect/constructors.js ('k') | test/codegen/expect/dart/_interceptors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698