Re: Porting my JS45 code to ESR52
Paul Bone <[email protected]> Tue, 26 Sep 2017 15:24:11 +1000
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <20170926052409.GA23574@fluorine> |
On Thu, Sep 14, 2017 at 03:36:24PM -0500, Kent Williams wrote: > I have a working application embedding SpiderMonkey ESR45. I am working on > updating it to ESR52. > > What I'm discovering is that the API documentation is out of date. For > instance JS_ReportError is apparently removed from the API, and if I look in > the headers, it's replaced by a bunch of character-set-specific > JS_ReportError functions (JS_ReportErrorASCII, JS_ReportErrorUTF8, etc). > > But there's no documentation on any of the new functions. > > Am I looking the wrong place for documentation, or is the documentation > available on line simply not going to be updated? I'm not certain but I think it's just that the documentation is out of sync with the code. -- Paul Bone http://paul.bone.id.au