Dactyloidae/js
trav90 74983ef77e Don't use PodCopy/PodMove to implement typed-array element-to-element copying
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.
2019-02-16 00:14:10 +08:00
..
ductwork/debugger import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
examples import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
ipc Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
public Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nontrivial warnings with gcc that don't matter for an object whose lifetime is about to end 2019-02-16 00:13:48 +08:00
src Don't use PodCopy/PodMove to implement typed-array element-to-element copying 2019-02-16 00:14:10 +08:00
xpconnect Remove all C++ Telemetry Accumulation calls. 2019-02-16 00:12:32 +08:00
ffi.configure import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
moz.configure Move FUZZING definition from toolkit to js. 2019-02-15 23:29:39 +08:00