summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug578041.js
blob: 59a1f2910d854e724e4f5af241e8f7fde9a2255b (plain)
1
2
3
this.__defineGetter__('x', () => new Float32Array());
with(this)
    x;