Dactyloidae/js
trav90 4f91b109d0 Simplify HeapSlot to make it trivially copyable
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.
2019-02-16 00:11:06 +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 support and tests for HSTS priming from the tree. Fixes #384 2019-02-15 23:59:39 +08:00
public Refactor structured clone JSAPI to prevent mismatched scopes. 2019-02-16 00:01:32 +08:00
src Simplify HeapSlot to make it trivially copyable 2019-02-16 00:11:06 +08:00
xpconnect Remove SPS profiler. 2019-02-15 23:58:37 +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