Subj : Re: xpcshell js object getters aren't working as of 1.4 To : Pete Collins From : Brendan Eich Date : Tue Jun 10 2003 04:19 pm Pete Collins wrote: > js> function foo () {} > js> foo.prototype = { > bar:'hey', > get path () { print('testing'); } > } > [object Object] > js> var f = new foo(); > js> f.path; > js> f.bar; > hey > js> > > > Anyone know what changed recently? Works for me, trunk js and xpc shells. What are you running? We have tests in the suite for getters, and they're passing. Maybe your build is bad, or you snagged a bad version (although I don't recall any such regression, I tend to recycle bug memory quickly, unless the bugfix was memorable). /be .