DescriptionFix #28740 demangle constructors in stack traces (A.A becomes new A).
Regular constructors and unnamed factory constructors:
- Were A.A, now are new A
Named constructors (including factory constructors):
- Were A.A.name, now are new A.name
BUG=
R=asiva@google.com, rmacnak@google.com
Committed: https://github.com/dart-lang/sdk/commit/a84b6b7f7bf486b1189eb69c3a6ae2ee185c8d8a
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fix ctor demangle test comments, kind() == ctor, and test status updates #
Messages
Total messages: 8 (2 generated)
|