JavaScript variables memory location
Take a memory snapshot. This will show in detail what kind of objects are floating around, where and how many they are.
(source: google.com)
Of course, it won't show you the exact memory or register addresses, but you hardly will need those for debugging javascript.
No, it isn't possible. Due to way javascript interpretes works, it is quite hard to get memory address.