These two are reversed, aren't they? The const should have the getter rather than the value? On 2009-03-30, at 22:41EDT, Mark S. Miller wrote: > pubInstVar: {get: Object.freeze(function{return pubInstVar;}), > enumerable: true}, > pubInstConst: {value: pubInstConst, > enumerable: true}