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

Unified Diff: pkg/compiler/lib/src/serialization/modelz.dart

Issue 1318043005: Support user generated custom native JS classes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: ptal Created 5 years, 2 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
Index: pkg/compiler/lib/src/serialization/modelz.dart
diff --git a/pkg/compiler/lib/src/serialization/modelz.dart b/pkg/compiler/lib/src/serialization/modelz.dart
index a4719ed3db0d0cd3d4bd11daa47ac9f4f80e2a4d..15968ff36c59fb824a5663ab53858bda8f9214f5 100644
--- a/pkg/compiler/lib/src/serialization/modelz.dart
+++ b/pkg/compiler/lib/src/serialization/modelz.dart
@@ -137,6 +137,12 @@ abstract class ElementZ extends Element with ElementCommon {
bool get isNative => false;
@override
+ bool get isJsInterop => false;
+
+ @override
+ String get jsInteropName => null;
+
+ @override
bool get isOperator => false;
@override

Powered by Google App Engine
This is Rietveld 408576698