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

Unified Diff: pkg/compiler/lib/src/js_backend/namer.dart

Issue 2954463002: Refactoring to prepare for kernel based jump targets (Closed)
Patch Set: Updated cf. comments Created 3 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/compiler/lib/src/js_backend/namer.dart
diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart
index 798e8274bd93bcfd47027d656b70616fd2117f5c..73138774b3358accf1fc4f73583aac28c877daf6 100644
--- a/pkg/compiler/lib/src/js_backend/namer.dart
+++ b/pkg/compiler/lib/src/js_backend/namer.dart
@@ -786,7 +786,7 @@ class Namer {
/// Annotated name for [method] encoding arity and named parameters.
jsAst.Name instanceMethodName(FunctionEntity method) {
- // TODO(johnniwinther): Avoid the use of [ConstructorBodyElement]. The
+ // TODO(redemption): Avoid the use of [ConstructorBodyElement]. The
// codegen model should be explicit about its constructor body elements.
if (method is ConstructorBodyElement) {
return constructorBodyName(method);
@@ -968,7 +968,7 @@ class Namer {
if (cls is ClassElement) {
return cls.hasFieldShadowedBy(element);
}
- // TODO(johnniwinther): Support class entities.
+ // TODO(redemption): Support class entities.
return false;
}
« no previous file with comments | « pkg/compiler/lib/src/js_backend/mirrors_data.dart ('k') | pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698