mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-30 20:28:40 +00:00
4f91b109d0
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.