summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1326150.js
blob: 3c9047c9832530ea0071781f91cf48f7b2fab47d (plain)
1
2
3
4
this.x = [];
Function.apply(null, this.x);
Object.defineProperty(this, "x", {get: valueOf});
assertEq(evaluate("this.x;"), this);