summaryrefslogtreecommitdiff
path: root/js/src/jsobj.h
Commit message (Collapse)AuthorAge
* Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ↵Martok2023-06-29
| | | | | | values Based-on: m-c 1283562, 1277368/1, 1324828
* Issue #2089 - In Promises, use a C++ version of SpeciesConstructor when ↵Martok2023-01-22
| | | | | | calling from C++ Based-on: m-c 1344656,1386534
* Issue #1742 - Remove the ambiguous portions of gc that dealt with taggedMoonchild2022-05-25
| | | | | | | pointers for shapes. Nobody likes "isNullLike(obj)" when trying to garbage collect. It either is or is not. Master Yoda would be pleased with this change.
* Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*Moonchild2022-05-24
| | | | | This is the meat of the issue and switches using raw shape pointers out for PropertyResult objects where feasible.
* Issue #1742 - Part 1: Refactor rooting base class templatesMoonchild2022-05-24
| | | | Based on Bug 1325406
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27
|
* Issue #1257 - Part1: Remove watch class-hook and proxy trap.wolfbeast2019-10-26
|
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵Gaming4JC2019-07-18
| | | | method.
* 1320408 - Part 8: Change JSObject::reportNotConfigurable and ↵Gaming4JC2019-07-18
| | | | JSObject::reportNotExtensible to static method.
* 1320408 - Part 7: Remove JSContext* parameter from ↵Gaming4JC2019-07-18
| | | | JSObject::shouldSplicePrototype.
* 1320408 - Part 6: Change JSObject::splicePrototype to static method.Gaming4JC2019-07-18
|
* 1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method.Gaming4JC2019-07-18
|
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18
|
* JS - Object - "TypeError: setting a property that has only a getter" without ↵janekptacijarabaci2018-03-12
| | | | mentioning file and property name
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02