Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tests/compiler/dart2js/mock_compiler.dart

Issue 15026006: Support for extending native classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/_internal/lib/native_helper.dart ('k') | tests/compiler/dart2js_native/subclassing_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index ec113a8a5aa486ad0d954688b8a14b1359c58cde..2d72fc5d74639213ff55bcb6f50250ad5f4e5b0a 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -164,6 +164,7 @@ const String DEFAULT_INTERCEPTORSLIB = r'''
getInterceptor(x) {}
getNativeInterceptor(x) {}
var dispatchPropertyName;
+ var mapTypeToInterceptor;
getDispatchProperty(o) {}
initializeDispatchProperty(f,p,i) {}
initializeDispatchPropertyCSP(f,p,i) {}
« no previous file with comments | « sdk/lib/_internal/lib/native_helper.dart ('k') | tests/compiler/dart2js_native/subclassing_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698