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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 2732793002: Add NativeDataResolver (Closed)
Patch Set: Fix. Created 3 years, 9 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/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index d4a6a4d5b46b068df909164266378b5a6d3d2977..c2ff777ad40e0f1f91e331c80dd5cf2069c82f5a 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -176,9 +176,6 @@ abstract class BackendClasses {
/// Returns `true` if [cls] is a native class.
bool isNativeClass(ClassEntity element);
- /// Returns `true` if [element] is a native member of a native class.
- bool isNativeMember(MemberEntity element);
-
/// Returns the type of the constant map implementation for a const map
/// literal of [sourceType]. If [hasProtoKey] the map contains key of value
/// '__proto__' and if [onlyStringKeys] all keys are string constants.
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/resolution.dart » ('j') | pkg/compiler/lib/src/js_backend/backend.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698