Private name objects and monkey patching

2012-03-04 Thread Axel Rauschmayer
http://wiki.ecmascript.org/doku.php?id=harmony:private_name_objects Quote: “We could extend this to allow the passing of an optional visibility flag (defaults to false) to create(). [...] This would be useful for e.g. modular monkey-patching.” Really true? Would the ability to see a uniquely

Re: Private name objects and monkey patching

2012-03-04 Thread David Bruant
Le 03/03/2012 12:26, Axel Rauschmayer a écrit : http://wiki.ecmascript.org/doku.php?id=harmony:private_name_objects Quote: “We could extend this to allow the passing of an optional visibility flag (defaults to false) to create(). [...] This would be useful for e.g. modular monkey-patching.”