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

Unified Diff: frog/member_set.dart

Issue 9621001: Fix private member name mangling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Improve private names. Created 8 years, 9 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 | « frog/library.dart ('k') | frog/minfrog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/member_set.dart
diff --git a/frog/member_set.dart b/frog/member_set.dart
index e3502e0b3862967546d922f1588fbc52d9a45283..6b383bdf7c4a90bbab2acbb43a9cb491c9648664 100644
--- a/frog/member_set.dart
+++ b/frog/member_set.dart
@@ -5,8 +5,9 @@
class MemberSet {
final String name;
final List<Member> members;
- final String jsname;
final bool isVar;
+ String jsname;
+ bool jsnameUnique = false;
bool _treatAsField;
Type _returnTypeForGet;
« no previous file with comments | « frog/library.dart ('k') | frog/minfrog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698