Loading
Bug 1425450 - Use a per-zone vector of JS holders where possible r=mccr8
Currently the JS holders table is represented as a map which contains pointers to entries in a SegmentedVector. This patch keeps the single map but use a vector per zone and also has a catch-all vector for where we don't know the zone or the holder can have pointers to more than one zone. Differential Revision: https://phabricator.services.mozilla.com/D68522 --HG-- extra : moz-landing-system : lando