Subj : Re: Error in decompiling To : Adrian Klein From : Brendan Eich Date : Sun Jan 18 2004 10:34 am Adrian Klein wrote: > I think this seems like a bug in the decompiling part of the > Spidermonkey Engine, because it does not check if the name of a object > property is a reserved keyword, so that it should not be refered to with > the 'object.property' syntax. > > (Tested on Mozilla 1.5, 1.6) Rats, I thought I fixed that a while ago. I just fixed it now, for 1.7alpha, in rev 3.67 of js/src/jsopcode.c. Thanks for pointing this bug out! /be .