summaryrefslogtreecommitdiffstats
path: root/js/src/vm/TypedArrayCommon.h
Commit message (Collapse)AuthorAgeLines
* Don't use PodCopy/PodMove to implement typed-array element-to-element copyingtrav902018-09-19-4/+17
| | | | Standard std::copy and std::copy_n are readily optimized to the same thing, and they don't have a non-obvious requirement that the type being copied be trivial.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+887