• M
    Make dart wrappable classes use only one native field (#27350) · b7e87779
    Martin Kustermann 提交于
    * Make dart wrappable classes use only one native field
    
    It appears like the second native field is never really used for
    anything: It is set, cleared and verified it was cleared, but that is
    it.
    
    => The only native field that is necessary is the `this` pointer of the
       equivalent C++ object.
    => The [DartWrapperInfo] object which was stored as second native field
       is always accessible via the virtual `GetDartWrapperInfo()` method on
       `this`.
    b7e87779
painting.dart 212.6 KB