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

Unified Diff: pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.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
Index: pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart
diff --git a/pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart b/pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart
similarity index 89%
rename from pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart
rename to pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart
index 21708103787b51e16b0d6c5bd880b22624fb09da..9c32ce28a77e1e5c7f6e0811a6aebfd3e0f8a899 100644
--- a/pkg/fletchc/lib/src/debug_info_lazy_field_initializer_codegen.dart
+++ b/pkg/dartino_compiler/lib/src/debug_info_lazy_field_initializer_codegen.dart
@@ -2,7 +2,7 @@
// 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.
-library fletchc.debug_info_lazy_field_initializer_codegen;
+library dartino_compiler.debug_info_lazy_field_initializer_codegen;
import 'package:compiler/src/elements/elements.dart';
import 'package:compiler/src/resolution/tree_elements.dart';
@@ -15,13 +15,13 @@ import 'package:compiler/src/dart_types.dart' show
import 'package:compiler/src/diagnostics/spannable.dart' show
Spannable;
-import 'fletch_context.dart';
+import 'dartino_context.dart';
-import 'fletch_function_builder.dart' show
- FletchFunctionBuilder;
+import 'dartino_function_builder.dart' show
+ DartinoFunctionBuilder;
-import 'fletch_registry.dart' show
- FletchRegistry;
+import 'dartino_registry.dart' show
+ DartinoRegistry;
import 'debug_registry.dart' show
DebugRegistry;
@@ -34,11 +34,11 @@ import 'debug_info.dart';
class DebugInfoLazyFieldInitializerCodegen
extends LazyFieldInitializerCodegen with DebugRegistry {
final DebugInfo debugInfo;
- final FletchCompilerImplementation compiler;
+ final DartinoCompilerImplementation compiler;
DebugInfoLazyFieldInitializerCodegen(this.debugInfo,
- FletchFunctionBuilder functionBuilder,
- FletchContext context,
+ DartinoFunctionBuilder functionBuilder,
+ DartinoContext context,
TreeElements elements,
ClosureEnvironment closureEnvironment,
FieldElement field,
« no previous file with comments | « pkg/dartino_compiler/lib/src/debug_info_function_codegen.dart ('k') | pkg/dartino_compiler/lib/src/debug_registry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698