summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_8_5/extensions/regress-691746.js
blob: 26f732d07d6456c86e3906ffffb70a68d4ce74c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/

var obj = {};
try {
    obj.watch(QName(), function () {});
} catch (exc) {
}
gc();

reportCompare(0, 0, 'ok');