summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug-1649234-1.js
blob: 06e8a44fd6a580ded16628ad9f986f8cf478c542 (plain)
1
2
3
4
5
6
7
8
// |jit-test| exitstatus: 6;

timeout(0.1, function() { return false; });
Atomics.add(new Int32Array(1), 0, {
  valueOf() {
    while (1);
  }
});