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

var obj = {};
obj.watch(-1, function(){});
obj.unwatch("-1");  // don't assert

reportCompare(0, 0, 'ok');