summaryrefslogtreecommitdiff
path: root/js/src/vm/NativeObject.cpp
Commit message (Collapse)AuthorAge
* Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} ↵Job Bautista2023-05-12
| | | | | | | | | into their own header and implementation files Backported from Mozilla bug 1516742. The .from* methods are going to depend on SameValueZero, which needs to be visible to /dom. This patch provides the foundation for that.
* Issue #1382 - Remove incorrect assertion.Moonchild2023-01-29
| | | | Tag #2090 #2095
* No issue - implement js::NativeDefineDataProperty helperMartok2023-01-21
|
* 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 #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22
| | | | - accounting for removal of watch()/unwatch()
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22
|
* Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27
|
* 1320408 - Part 24: Change ↵Gaming4JC2019-07-18
| | | | NativeObject::{fillInAfterSwap,replaceWithNewEquivalentShape,generateOwnShape,shadowingShapeChange} to static method.
* 1320408 - Part 17: Change NativeObject::clearFlag to static method.Gaming4JC2019-07-18
|
* 1320408 - Part 16: Change NativeObject::removeProperty to static method.Gaming4JC2019-07-18
|
* 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18
|
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02