Job Bautista
ec2fb72568
Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} 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.
2023-05-15 09:09:41 +08:00
Moonchild
574b295d15
Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*
...
This is the meat of the issue and switches using raw shape pointers out for
PropertyResult objects where feasible.
2022-05-31 09:12:29 +08:00
Moonchild
dabd32f955
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
Moonchild
065ef47e65
Issue #1639 - Implement object.fromEntries()
...
Adds a self-hosted implementation of this map->object conversion.
This resolves #1639 .
2020-09-10 21:06:50 +08:00
wolfbeast
ca9e376e55
Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.
2019-11-01 10:24:09 +08:00
Gaming4JC
f32edc66ae
1320408 - Part 7: Remove JSContext* parameter from JSObject::shouldSplicePrototype.
2019-07-22 19:47:44 +08:00
Gaming4JC
a38594f890
1320408 - Part 6: Change JSObject::splicePrototype to static method.
2019-07-22 19:47:40 +08:00
Gaming4JC
337cdbd0ce
1333143 - Self-host Object.prototype.valueOf.
2019-07-22 19:47:12 +08:00
wolfbeast
f2622bd19f
Stage 1-3: Generate better source in Object.prototype.toSource.
...
Tag #960 .
2019-04-13 07:00:23 +08:00
Roy Tam
dcd9973243
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00