Skip to content

Commit

Permalink
fix #552, Object members on native types
Browse files Browse the repository at this point in the history
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
John Messerly committed May 10, 2016
1 parent e535970 commit a7f812b
Show file tree
Hide file tree
Showing 15 changed files with 698 additions and 1,216 deletions.
4 changes: 1 addition & 3 deletions pkg/dev_compiler/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ test/codegen/expect/matcher/
test/codegen/expect/path/
test/codegen/expect/stack_trace/
test/codegen/expect/unittest/
test/codegen/language/*_multi.dart
test/codegen/lib/html/*_multi.dart
test/codegen/corelib/*_multi.dart
test/codegen/expect/*.err
test/**/*_multi.dart

# Created by ./tool/build_sdk.sh
tool/generated_sdk/
Expand Down
Loading

0 comments on commit a7f812b

Please sign in to comment.