Subj : Re: spidermonkey "advanced" error reporting To : Jens Thiele From : Brendan Eich Date : Sun Apr 25 2004 10:29 am Jens Thiele wrote: > I am currently using JS_ReportError to report errors in native code > and have registered my error handling function > but JS_ReportError does not throw an Javscript exception like > spidermonkey itself does. It does, but are you perhaps forgetting to return false from the native code that calls JS_ReportError? You don't show print's implementation. /be .