summaryrefslogtreecommitdiffstats
path: root/js/src/vm/NativeObject.h
Commit message (Collapse)AuthorAgeLines
* Simplify HeapSlot to make it trivially copyabletrav902018-08-12-6/+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.
* Avoid using memcpy on HeapSlot that is not trivially copyable.trav902018-08-12-4/+7
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1552