top | item 7865869 (no title) jonpacker | 11 years ago I'm slightly confused by your wording but I think the functionality you're referring to is already available via Object.defineProperty's "get" and "set" options: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... discuss order hn newest pygy_|11 years ago Object.defineProperty allows to overload get/set for a single key at a time.Harmony proxies catch everything, and really overload the getter/setter mechanism.
pygy_|11 years ago Object.defineProperty allows to overload get/set for a single key at a time.Harmony proxies catch everything, and really overload the getter/setter mechanism.
pygy_|11 years ago
Harmony proxies catch everything, and really overload the getter/setter mechanism.