The "asanify" transformation in acorn-optimizer.js does not instrument uses of the Atomic API in JS, so it's possible for e.g. use-after-free bugs involving atomic access from JS to go uncaught.
It would be nice to improve our ASan coverage by instrumenting atomic accesses as well.