You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on Object.prototype. This happens when there are native classes so that type tests work on native classes, holders, raw objects and static functions. All these cases should be handled by other means - using classes instead of holders, or using interceptors.
The text was updated successfully, but these errors were encountered:
dart2js places functions like
$isFoo: function(){return false}
on Object.prototype. This happens when there are native classes so that type tests work on native classes, holders, raw objects and static functions. All these cases should be handled by other means - using classes instead of holders, or using interceptors.
The text was updated successfully, but these errors were encountered: