Closed
Description
We currently have a case where we call __proto__
to determine if the object is a plain JS object:
Use of __proto__ should be replaced by
Object.getPrototypeOf(#)`. Or maybe we can use the object runtime metadata to determine its type?
See more information in dart-lang/sdk#52372
webdev/dwds/lib/src/debugging/inspector.dart
Line 219 in 2b2ae0e