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

Unified Diff: pkg/dartino_compiler/lib/src/dartino_compiler_implementation.dart

Issue 2065933004: Support for accessing arrays in the debugger (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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/dartino_compiler/lib/src/dartino_compiler_implementation.dart
diff --git a/pkg/dartino_compiler/lib/src/dartino_compiler_implementation.dart b/pkg/dartino_compiler/lib/src/dartino_compiler_implementation.dart
index eeae7818228a91c2165b9d8d34c2d2bfbe92a5fb..1868522fed527594c363c7aa97818e1f4767a696 100644
--- a/pkg/dartino_compiler/lib/src/dartino_compiler_implementation.dart
+++ b/pkg/dartino_compiler/lib/src/dartino_compiler_implementation.dart
@@ -97,6 +97,8 @@ class DartinoCompilerImplementation extends CompilerImpl {
Map<Uri, CompilationUnitElementX> compilationUnits;
DartinoContext internalContext;
+ DartinoBackend get backend => super.backend;
+
/// A reference to [../compiler.dart:DartinoCompiler] used for testing.
// TODO(ahe): Clean this up and remove this.
var helper;

Powered by Google App Engine
This is Rietveld 408576698