| 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;
|
|
|