mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-20 18:08:19 +00:00
3fae06f653
in part (the entire patch made JSContexts ref-counted, but that is not an API compatible change, and it doesn't help clean up at JS_Finish time if the API user leaks JSContext refs anyway). 52835, r=jband. - First part of 64-bit portability fix for 52792, r=jnance. More work needed. - Fix bogus assert and minimization in js_AllocStack, too.