summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-1456518-workergray.js
blob: 5723ab6241dd65d4446c0d87f8ed1f5d3d83c390 (plain)
1
2
3
4
5
6
7
if (typeof 'evalInWorder' == 'function') {
    evalInWorker(`
  addMarkObservers([grayRoot(), grayRoot().x, this, Object.create(null)]);
`);
}

reportCompare('do not crash', 'do not crash', 'did not crash!');