DescriptionFunction type checking: Part Deux
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=
Committed: https://code.google.com/p/dart/source/detail?r=2263
Patch Set 1 #
Total comments: 15
Patch Set 2 : Nits checked #Messages
Total messages: 3 (0 generated)
|