Bug 1842773 - Part 28: Enable Atomics with resizable buffers. r=sfink
commit1e9930ca885ac5856ef01ec58f75872227344328
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 29 Jan 2024 10:44:30 +0000 (29 10:44 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 29 Jan 2024 10:44:30 +0000 (29 10:44 +0000)
tree653240d27e1522a765504985b0dd6b96775e5f43
parentf0676e0c5a725b3bf2773009886350b93633345f
Bug 1842773 - Part 28: Enable Atomics with resizable buffers. r=sfink

Part 17 disabled Atomics for resizable buffers. Remove this restriction again.

Inlining Atomics functions for resizable buffers isn't affected by this change.

Differential Revision: https://phabricator.services.mozilla.com/D183345
js/src/builtin/AtomicsObject.cpp