The inline property cache is causing issues with supporting .NET interop, and will probably cause issues down the line when we start supporting ES5's __defineGetter__ and __defineSetter__.
At this point, I need to override Get and Put primarily for lazy-loading, but also to support Properties and fields that can change.
The inline property cache is causing issues with supporting .NET interop, and will probably cause issues down the line when we start supporting ES5's
__defineGetter__
and__defineSetter__
.At this point, I need to override Get and Put primarily for lazy-loading, but also to support Properties and fields that can change.