Subj : Re: [SpiderMonkey] JS_DefineObject returns null after moving to newest To : Brian Barnes From : Brendan Eich Date : Fri Jul 18 2003 02:32 pm Brian Barnes wrote: > parent_obj and cx are both valid, and other calls work for them (as > does the 1.4 spidermonkey engine.) Yes, I know this is little > information, but does anything changed between those versions spring > to mind that might cause JS_DefineObject to fail? No. You need to debug. Also, do you set an error reporter? If not, you should (and then say what error is being reported). /be .