summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug698899.js
blob: 644f45ec2ca3134e01c5f06f98899f8dde475736 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-32-f951e9151626-linux
// Flags: -m -n
//
o = evalcx("lazy").__proto__
gc()
try {
    o.watch()
} catch (e) {}
o.constructor()