summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug638735.js
blob: c941f536952f595dfc3f72d91135839304583aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Binary: cache/js-dbg-64-290712e55ade-linux
// Flags: -j
//
var o9 = Function.prototype;
var o13 = Array;
function f5(o) {
ox1 = new Proxy(o, {});
}
f5(o9);
f5(o13);
var o0 = [];
function f3(o) {
            var prop = Object.getOwnPropertyNames(ox1)[0];
            if (prop) { Object.defineProperty(ox1, prop, {configurable: true,enumerable: true,unused: 1 }); }
}(function() {
for(var o3 in o0) {
f3(f3);
}
})();
  for (var i = 0; i < 9; i++)
  {
    new Array(1, 2);
  }