Side by Side Diff: tests/compiler/dart2js_native/call_on_native_class_test.dart
Issue 383413003 :
Add @Native(...) annotation for native class names. (Closed)
Patch Set: Updated cf. comments.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
sdk/lib/_internal/compiler/implementation/compiler.dart
sdk/lib/_internal/compiler/implementation/elements/modelx.dart
sdk/lib/_internal/compiler/implementation/patch_parser.dart
sdk/lib/_internal/compiler/implementation/scanner/listener.dart
sdk/lib/_internal/lib/annotations.dart
tests/compiler/dart2js/dart_backend_test.dart
tests/compiler/dart2js/mock_libraries.dart
tests/compiler/dart2js_native/abstract_class_test.dart
tests/compiler/dart2js_native/bound_closure_test.dart
tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart
tests/compiler/dart2js_native/browser_compat_1_unpatched_test.dart
tests/compiler/dart2js_native/browser_compat_2_test.dart
tests/compiler/dart2js_native/call_on_native_class_test.dart
tests/compiler/dart2js_native/core_type_check_native_test.dart
tests/compiler/dart2js_native/downcast_test.dart
tests/compiler/dart2js_native/field_type2_test.dart
tests/compiler/dart2js_native/field_type_test.dart
tests/compiler/dart2js_native/fixup_get_tag_test.dart
tests/compiler/dart2js_native/hash_code_test.dart
tests/compiler/dart2js_native/is_check_test.dart
tests/compiler/dart2js_native/issue9182_test.dart
tests/compiler/dart2js_native/jsobject_test.dart
tests/compiler/dart2js_native/mirror_intercepted_field_test.dart
tests/compiler/dart2js_native/native_call_arity1_frog_test.dart
tests/compiler/dart2js_native/native_call_arity2_frog_test.dart
tests/compiler/dart2js_native/native_call_arity3_frog_test.dart
tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart
tests/compiler/dart2js_native/native_checked_fields_frog_test.dart
tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart
tests/compiler/dart2js_native/native_class_fields_2_test.dart
tests/compiler/dart2js_native/native_class_fields_3_test.dart
tests/compiler/dart2js_native/native_class_fields_test.dart
tests/compiler/dart2js_native/native_class_inheritance1_frog_test.dart
tests/compiler/dart2js_native/native_class_inheritance2_frog_test.dart
tests/compiler/dart2js_native/native_class_inheritance3_frog_test.dart
tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart
tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
tests/compiler/dart2js_native/native_class_is_check3_frog_test.dart
tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart
tests/compiler/dart2js_native/native_closure_identity_frog_test.dart
tests/compiler/dart2js_native/native_constructor_name_test.dart
tests/compiler/dart2js_native/native_equals_frog_test.dart
tests/compiler/dart2js_native/native_exception2_test.dart
tests/compiler/dart2js_native/native_exception_test.dart
tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
tests/compiler/dart2js_native/native_field_invocation2_test.dart
tests/compiler/dart2js_native/native_field_invocation3_test.dart
tests/compiler/dart2js_native/native_field_invocation4_test.dart
tests/compiler/dart2js_native/native_field_invocation5_test.dart
tests/compiler/dart2js_native/native_field_invocation6_test.dart
tests/compiler/dart2js_native/native_field_invocation_test.dart
tests/compiler/dart2js_native/native_field_name_test.dart
tests/compiler/dart2js_native/native_field_rename_1_frog_test.dart
tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart
tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
tests/compiler/dart2js_native/native_method_inlining_test.dart
tests/compiler/dart2js_native/native_method_rename1_frog_test.dart
tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
tests/compiler/dart2js_native/native_method_rename3_frog_test.dart
tests/compiler/dart2js_native/native_method_with_keyword_name_test.dart
tests/compiler/dart2js_native/native_mirror_test.dart
tests/compiler/dart2js_native/native_missing_method1_frog_test.dart
tests/compiler/dart2js_native/native_missing_method2_frog_test.dart
tests/compiler/dart2js_native/native_mixin_field_test.dart
tests/compiler/dart2js_native/native_mixin_multiple2_test.dart
tests/compiler/dart2js_native/native_mixin_multiple3_test.dart
tests/compiler/dart2js_native/native_mixin_multiple_test.dart
tests/compiler/dart2js_native/native_mixin_test.dart
tests/compiler/dart2js_native/native_mixin_with_plain_test.dart
tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart
tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart
tests/compiler/dart2js_native/native_no_such_method_exception2_frog_test.dart
tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart
tests/compiler/dart2js_native/native_no_such_method_exception5_frog_test.dart
tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart
tests/compiler/dart2js_native/native_novel_html_test.dart
tests/compiler/dart2js_native/native_null_closure_frog_test.dart
tests/compiler/dart2js_native/native_null_frog_test.dart
tests/compiler/dart2js_native/native_property_frog_test.dart
tests/compiler/dart2js_native/native_to_string_frog_test.dart
tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart
tests/compiler/dart2js_native/native_window1_frog_test.dart
tests/compiler/dart2js_native/native_window2_frog_test.dart
tests/compiler/dart2js_native/native_wrapping_function3_frog_test.dart
tests/compiler/dart2js_native/native_wrapping_function_frog_test.dart
tests/compiler/dart2js_native/oddly_named_fields_test.dart
tests/compiler/dart2js_native/rti_only_native_test.dart
tests/compiler/dart2js_native/runtimetype_test.dart
tests/compiler/dart2js_native/subclassing_1_test.dart
tests/compiler/dart2js_native/subclassing_2_test.dart
tests/compiler/dart2js_native/subclassing_3_test.dart
tests/compiler/dart2js_native/subclassing_4_test.dart
tests/compiler/dart2js_native/subclassing_5_test.dart
tests/compiler/dart2js_native/subclassing_constructor_1_test.dart
tests/compiler/dart2js_native/subclassing_constructor_2_test.dart
tests/compiler/dart2js_native/subclassing_super_call_test.dart
tests/compiler/dart2js_native/subclassing_super_field_1_test.dart
tests/compiler/dart2js_native/subclassing_super_field_2_test.dart
tests/compiler/dart2js_native/subclassing_type_test.dart
tests/compiler/dart2js_native/super_call_test.dart
tests/compiler/dart2js_native/super_property_test.dart
tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart