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

Unified Diff: sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart

Issue 2712953002: Better comment for embedded names. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
index 0d53b50901d1b7a068c8978611c7d12ea9f806a5..2f9a0f09b97957fb5c33da8513bbe37ebb97d7c0 100644
--- a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
+++ b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
@@ -317,7 +317,8 @@ enum JsGetName {
OPERATOR_AS_PREFIX,
/// Name used for generated function types on classes and methods.
SIGNATURE_NAME,
- /// Name used to store runtime-type information.
+ /// Name of JavaScript property used to store runtime-type information on
+ /// instances of parametrized classes.
ahe 2017/02/23 12:58:11 I think the common spelling is "parameterized".
RTI_NAME,
/// Name used to tag typedefs.
TYPEDEF_TAG,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698