Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #552, Object members on native types
We initially hard coded a few of these. That worked until native_typed_data and html were added. Those two libraries have a lot of native types. This also fixes TypeRep to extend dart:core Object, and fixes the dart:_runtime so we can write Dart classes. Cleans up a few of the JS builtins as well. R=vsm@google.com Review URL: https://codereview.chromium.org/1962823002 .
- Loading branch information