DescriptionMove type tagging logic out of setSignature
setSignature is only called for classes with constructors or static
members, so previously _runtimeType was only set explicitly on such
classes. Now _runtimeType is not set on any classes except for Object,
and all other types inherit _runtimeType from Object.
R=jmesserly@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/682bc485b084313592aaf5a52df84a66958796af
Patch Set 1 #Patch Set 2 : Move type tagging logic out of setSignature #Patch Set 3 : Move type tagging logic out of setSignature #
Total comments: 2
Messages
Total messages: 9 (3 generated)
|