mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
0258a04ca6
We used an `OrderedHashMap` because it allows adding entries while iterating, but we no longer need to support this because we now push entries on the mark stack. With this change `OrderedHashTable` is only used for JS `Map` and `Set` objects and it becomes easier to optimize it. Differential Revision: https://phabricator.services.mozilla.com/D227007 |
||
---|---|---|
.. | ||
examples | ||
loader | ||
public | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |