Files
sdk/pkg
paulberry@google.com e4e554e65c Propertly tree shake factory constructors.
An invocation of a factory constructor on class A does not necessarily
cause class A to be instantiated--it may redirect to a related or
unrelated class, or instantiate nothing at all.

We handle this by treating constructors similar to static function
calls--when a constructor invocation is found, the constructor element
is added to the queue; later, when the constructor element is
analyzed, we determine whether it instantiates the class or not based
on what kind of constructor it is.

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//611153003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40899 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-03 15:53:48 +00:00
..
2014-10-02 04:13:16 +00:00
2014-08-26 19:49:44 +00:00
2014-05-23 10:14:29 +00:00
2014-01-13 18:07:45 +00:00
2014-01-13 18:07:45 +00:00
2014-07-29 16:51:13 +00:00
2014-09-26 19:47:39 +00:00
2014-10-01 22:05:43 +00:00
2014-07-25 00:32:40 +00:00
2014-09-18 22:25:50 +00:00
2014-07-18 01:08:43 +00:00
2014-08-06 18:37:49 +00:00
2014-08-29 21:17:50 +00:00
2014-09-19 10:29:24 +00:00
2014-09-29 22:02:59 +00:00