5613c66865
This replaced the following CL that was falling behind head. http://codereview.chromium.org/8566022/ Summary: Add support for function runtime type checking and typedefs; re-worked to support tree-shaking at head. Static, instance, top level, and hoisted methods have RTT lookup methods to identify their types. Respective getters() and binds() have been updated or added to link the lookup methods to bounded methods. Static method getters were added as well to perform this linking for non-bound situations. BUG= TEST= Review URL: http://codereview.chromium.org//8845002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2263 260f80e4-7a28-3924-810f-c04153c831b5
This directory is a placeholder for the eventual Dart compiler. The Dart compiler consists of among others a Dart front-end, a Dart->JS backend, a Dart->Dart backend, tree-shaking tools, minification tools.