ES6 spec: [[Home]] and HomeObject versus [[MethodName]] and MethodName

# Axel Rauschmayer (13 years ago)

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

# Allen Wirfs-Brock (13 years ago)

feel free to file a bug