Subj : [SpiderMonkey] Strange Lack of Knowledge for DefineFunction To : netscape.public.mozilla.jseng From : Brian Barnes Date : Fri Apr 30 2004 01:45 am I've been using this engine heavily for about 2 years and I just realized there's something real simple I don't know, and I can't find the answer in the docs ... If I define a function in an object (JS_DefineFunctions), I always end the C version by returning JS_TRUE. What happens if I did JS_FALSE? I tried, it doesn't seem to make a difference! Just wondering ... I have no use for it (because I don't know what it does!) Kind of embarrassed by this ... [>] Brian .