Subj : Can SpiderMonkey add support for default method? To : netscape.public.mozilla.jseng From : Li Monan Date : Tue Jun 22 2004 06:08 pm In JScript, people can write CollectionA(1)="abc"; and JScript-Engine execute it like CollectionA.Item(1)="abc"; Can SpiderMonkey support this feature? Or, If I want to hack in this, where I can start? .