Subj : Re: Get, Put methods of the Scriptable interface To : netscape.public.mozilla.jseng From : cyberlync@yahoo.com (Eric Merritt) Date : Mon Sep 01 2003 10:25 am Brendan Eich wrote in message news:... > You could give the methods and other "unindexed" properties negative > indexes. But do you really need every property to have two identifiers, > an index and a name? > > /be I was under the impression that it wasnt optional. If I had my druthers I would just ignore indexed values for non-data properties. Does the engine not use the index values to retrieve function objects? .