Subj : Re: What changed with JS prototype usage? To : Peter Wilson From : Brendan Eich Date : Mon Dec 13 2004 09:58 am Peter Wilson wrote: > I have tried a small test file using this idiom and everything works fine. > There must be something in my file which is quietly choking the parser. > I need to cut the file down and add back pieces incrementally to find > the problem. I'll let you know if I find anything. If you JS_SetErrorReporter(cx, ...) before compiling using cx, you should see the error(s). /be .