Can anyone explain why the dynamic property added using Object.defineProperty does not show up when printing 'this' on the console?
Here is a Decorator example. It seems to be working fine, but the success and error properties do not appear in 'this'. Is this just normal JavaScript behavior unrelated to decorators?
Could someone shed some light on this behavior for me?