summaryrefslogtreecommitdiff
path: root/js/src/jsexn.cpp
Commit message (Collapse)AuthorAge
* Issue #2089 - Implement the Promise.any combinatorMartok2023-02-01
| | | | Based-on: m-c 1568903/9,1560300
* Issue #2089 - Move ErrorObject parts from jsexn.cpp to ErrorObject.cppMartok2023-02-01
| | | | Based-on: m-c 1568903/2
* Issue #2089 - Use JS engine stack if necessary when reporting errorsMartok2023-01-22
| | | | Based-on: m-c 996060
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and ↵Gaming4JC2019-12-17
| | | | | | GetTypeError. Tag #1287
* MoonchildProductions#1251 - Part 8: Align pointer for char_16t.athenian2002019-10-21
| | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1352449 Mozilla patch that's been in the code since Firefox 55. Seems like there have been no ill effects from implementing it, and it would only increase the portability of the UXP code. All the Solaris Firefox repos I've seen implement some variation on the jsexn patch, and this seems to be the cleanest version of it. I can add ifdefs if needed or there are performance concerns associated with this patch, but I get the impression this alignment backlog issue might affect a few platforms other than Solaris, though none were named. Otherwise I think they wouldn't have used "platforms that need it" in plural form or failed to ifdef it.
* 1283712 - Part 2: Add JSEXN_NOTE.Gaming4JC2019-07-18
|
* 1283712 - Part 1: Add JSErrorBase, JSErrorNotes, JSErrorNotes::Note, and ↵Gaming4JC2019-07-18
| | | | JSErrorReport.{notes,freeNotes}.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
|
* Remove telemetry leftovers from JS engine.adeshkp2019-01-30
|
* Bug 1319952: Assertion failure: isNurseryAllocAllowed(), at ↵janekptacijarabaci2018-03-17
| | | | js/src/gc/Allocator.cpp:79
* Use ordinary objects for Error prototypesjanekptacijarabaci2018-03-17
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02