summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug652422.js
blob: 64525ee36acac57183c83a891407232b4dfb013d (plain)
1
2
3
4
5
6
try { (function() {
    var o = {};
    with (o) o='recorder not started, ';
    ('arguments' in o, false,
                  "property deletion observable")
})() } catch (e) {}