Bug 1857218 - Part 5: Change NurseryChunk::poisonRange to take end offset rather...
commitfcfa1a036f516145f4326f19dabe320ce0ab32cc
authorJon Coppeard <jcoppeard@mozilla.com>
Fri, 6 Oct 2023 08:36:55 +0000 (6 08:36 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Fri, 6 Oct 2023 08:36:55 +0000 (6 08:36 +0000)
tree1513709c9ab1cfec05903b8d1560437f2042fcd0
parentea4585ae480f047ff575216e88455c4668cc1b47
Bug 1857218 - Part 5: Change NurseryChunk::poisonRange to take end offset rather than size r=sfink

In every caller it's simpler to pass in the end offset rather than the size.

Differential Revision: https://phabricator.services.mozilla.com/D190193
js/src/gc/Nursery.cpp