ES6 spec: [[Home]] and HomeObject versus [[MethodName]] and MethodName
# Allen Wirfs-Brock (13 years ago)
feel free to file a bug
feel free to file a bug On Sep 28, 2012, at 1:07 PM, Axel Rauschmayer wrote: > In method environment records, you have HomeObject and MethodName, whereas function objects have the properties [[Home]] and [[MethodName]]. This is really just a minor nitpick, but it might make sense to rename [[Home]] to [[HomeObject]]. > > Axel > > -- > Dr. Axel Rauschmayer > axel at rauschma.de > > home: rauschma.de > twitter: twitter.com/rauschma > blog: 2ality.com > > _______________________________________________ > es-discuss mailing list > es-discuss at mozilla.org > https://mail.mozilla.org/listinfo/es-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20120928/9c6175bc/attachment.html>
In method environment records, you have HomeObject and MethodName, whereas function objects have the properties [[Home]] and [[MethodName]]. This is really just a minor nitpick, but it might make sense to rename [[Home]] to [[HomeObject]].
Axel