Re: Success with embedding ESR52 spidermonkey

Boris Zbarsky <[email protected]> Thu, 28 Sep 2017 11:19:26 -0400
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
On 9/27/17 6:17 PM, Kent Williams wrote:
> 5. JS_SetErrorReporter is replaced by JS::SetWarningReporter.

Note that this is part of the overall error reporting changes wherein 
now exceptions will NOT be reported via this reporter function. 
Embeddings should handle exceptions themselves by checking for them 
after performing JSAPI operations and dealing accordingly.

-Boris