Files
sdk/pkg/dev_compiler/test/codegen
Leaf Petersen 8322940ecd Use dart.tearoff helper at tearoff sites.
When we tear off a method, replace the obj.foo.bind(obj) pattern with dart.tearoff(obj, 'foo'), and the dart.bind(exp, 'foo') pattern with dart.tearoff(exp, 'foo').  This helper does both the bind and attaches rtti.

This CL also stops binding of static methods when they are town off, since I think this is unnecessary.

BUG=
R=vsm@google.com

Review URL: https://codereview.chromium.org/1142293002
2015-05-20 11:13:36 -07:00
..
2015-03-04 09:40:06 -08:00
2015-04-21 10:09:45 -07:00
2015-04-10 13:41:43 -07:00
2015-05-11 10:56:11 -07:00
2015-05-20 09:24:16 -07:00
2015-02-18 16:48:56 -08:00
2015-04-10 13:41:43 -07:00