summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug638212.js
blob: 4def4ca336bbf4057a1e9ba25a0378a434fb3036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Binary: cache/js-dbg-64-01037ab16a65-linux
// Flags: -j -m -a
//
o2 = this;
function f0(o) { }
function f4(o) { }
(function() {
Object.seal(o2);
})();
function f3(o) { }
function f7(o) {
var _var_ = o;
--(_var_["-1"]);
}
for(var i1=0; i1<6; i1++) {
f4(f3);
f4 = new Proxy(f7, {});
}
f4(f0);

try { eval("var __proto__"); } catch(exc1) {}