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

Unified Diff: pkg/compiler/lib/src/constants/evaluation.dart

Issue 2813093002: Remove BackendClasses and JavaScriptBackendClasses. (Closed)
Patch Set: . Created 3 years, 8 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/constants/evaluation.dart
diff --git a/pkg/compiler/lib/src/constants/evaluation.dart b/pkg/compiler/lib/src/constants/evaluation.dart
index bf0d833afbb10aee09b3ce2457f00ee54e7154a5..2fb8c7b626b28dfc80108540a7ad53101ef1dd42 100644
--- a/pkg/compiler/lib/src/constants/evaluation.dart
+++ b/pkg/compiler/lib/src/constants/evaluation.dart
@@ -5,7 +5,6 @@
library dart2js.constants.evaluation;
import '../common.dart';
-import '../common/backend_api.dart' show BackendClasses;
import '../common_elements.dart' show CommonElements;
import '../elements/entities.dart';
import '../elements/types.dart';
@@ -15,12 +14,8 @@ import 'expressions.dart';
/// Environment used for evaluating constant expressions.
abstract class Environment {
- // TODO(johnniwinther): Replace this with [CommonElements] and maybe
- // [Backend].
CommonElements get commonElements;
- BackendClasses get backendClasses;
-
/// Read environments string passed in using the '-Dname=value' option.
String readFromEnvironment(String name);
« no previous file with comments | « pkg/compiler/lib/src/constants/constant_system.dart ('k') | pkg/compiler/lib/src/constants/expressions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698