summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1589002.js
blob: 9ea89923a842a9ef3bbdd77e50177678c729b8ca (plain)
1
2
3
4
5
6
7
var g = newGlobal({newCompartment: true});
g.parent = this;
g.eval(`
  x = "12";
  x += "3";
  parent.evaluate("", {global: this, sourceMapURL: x});
`);