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

Unified Diff: pkg/dartino_compiler/lib/back_trace.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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
« no previous file with comments | « pkg/dartino_compiler/bin/decode_ticksamples.dart ('k') | pkg/dartino_compiler/lib/bytecodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/back_trace.dart
diff --git a/pkg/fletchc/lib/back_trace.dart b/pkg/dartino_compiler/lib/back_trace.dart
similarity index 99%
rename from pkg/fletchc/lib/back_trace.dart
rename to pkg/dartino_compiler/lib/back_trace.dart
index 1c2ff08d3032bc2b0d209c5ed5449d9a5d64f075..0c674f1efd5ef0b8202644e617b83f6ec09e6889 100644
--- a/pkg/fletchc/lib/back_trace.dart
+++ b/pkg/dartino_compiler/lib/back_trace.dart
@@ -2,10 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-part of fletch.debug_state;
+part of dartino.debug_state;
class BackTraceFrame {
- final FletchFunction function;
+ final DartinoFunction function;
final int bytecodePointer;
final IncrementalCompiler compiler;
final DebugState debugState;
« no previous file with comments | « pkg/dartino_compiler/bin/decode_ticksamples.dart ('k') | pkg/dartino_compiler/lib/bytecodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698