Erik Corry (2011-05-18T11:42:26.000Z)
domenic at domenicdenicola.com (2013-12-13T23:09:13.172Z)
It would be nice to do `Name("foo")` or `PrivateName("foo")` so that the debugger has some name to use when displaying objects with private fields. Alternatively, I suppose the debugger could guess the name like it does currently for `Foo.prototype.myFunc = function() ...`. This has the disadvantage that a library that uses unique strings to simulate some of the features of private names on older browsers would not be able to give the unique names a meaningful prefix.