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

Unified Diff: test/codegen/expect/methods.js

Issue 1976383002: enable top-level @JS() getters (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« lib/src/compiler/code_generator.dart ('K') | « test/codegen/expect/cascade.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/methods.js
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
index ecd8108b8482704f908c205734d8ba2e756e2bf2..5792d954397eac8e50c8a35cd07a8762babf12f4 100644
--- a/test/codegen/expect/methods.js
+++ b/test/codegen/expect/methods.js
@@ -79,7 +79,7 @@ dart_library.library('methods', null, /* Imports */[
};
methods.test = function() {
let f = new methods.Foo();
- dart.dcall(f.bar, "Bar's call method!");
+ dart.dsend(f, 'bar', "Bar's call method!");
let a = new methods.A();
let g = dart.bind(a, 'x');
let aa = new methods.A();
« lib/src/compiler/code_generator.dart ('K') | « test/codegen/expect/cascade.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698