summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1493627.js
blob: ee0525128c328229a4a14b710f180d40cc8a1fc2 (plain)
1
2
3
4
// |jit-test| skip-if: !('stackTest' in this)
stackTest(function() {
    eval(`var g = newGlobal(); recomputeWrappers(this, g);`);
});