summaryrefslogtreecommitdiffstats
path: root/js/src/gc/Barrier.h
Commit message (Collapse)AuthorAgeLines
* Simplify HeapSlot to make it trivially copyabletrav902018-08-12-23/+4
| | | | This removes the constructors, which were never called since we allocate arrays of HeapSlot with pod_malloc. The destructor is only ever called explicitly since we free this memory with js_free so it has been renamed to destroy(). Also removed is an unused manual barrier.
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+968