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

Unified Diff: pkg/compiler/lib/src/js_backend/namer.dart

Issue 2722753002: Remove HRuntimeType implementation (Closed)
Patch Set: Created 3 years, 10 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/js_backend/namer.dart
diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart
index c41e2b9ea1aff2c361d4fdc245ff4712c7f7c3ab..a1e17a7a875a6d76fba16860367f021b226eec60 100644
--- a/pkg/compiler/lib/src/js_backend/namer.dart
+++ b/pkg/compiler/lib/src/js_backend/namer.dart
@@ -906,14 +906,6 @@ class Namer {
}
/**
- * Returns name of the JavaScript property used to store the
- * `readTypeVariable` function for the given type variable.
- */
- jsAst.Name nameForReadTypeVariable(TypeVariableElement element) {
- return _disambiguateInternalMember(element, () => element.name);
- }
-
- /**
* Returns a JavaScript property name used to store [element] on one
* of the global objects.
*

Powered by Google App Engine
This is Rietveld 408576698