Defining Setter/Getter for an unparented local variable: impossible?
This is currently possible in environments with Proxies. That would be node > 0.6 run as node –harmony_proxies or >0.7 with node –harmony. Chromium Canary (not sure if it’s out of that yet) in about:flags at the bottom, experimental javascript. Firefox has had it for a while with no flags. So this probably won’t work … Read more