Subj : Re: xpcshell js object getters aren't working as of 1.4 To : netscape.public.mozilla.jseng From : Pete Collins Date : Wed Jun 11 2003 02:25 am > Pete, can you try the following in your js\src directory: > > cvs update -j3.142 -j3.141 jsobj.c js> function foo() {} js> foo.prototype = { get bar () { print ('test'); } } [object Object] js> var f = new foo(); js> f.bar; test js> Works now w/ the 3.141 join. $ build/autoconf/config.guess i686-pc-linux-gnu $ uname -a Linux linuxbox 2.4.20-9smp #1 SMP Wed Apr 2 13:28:49 EST 2003 i686 i686 i386 GNU/Linux --pete .