summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/Debugger-findObjects-01.js
blob: 4ed43310a92b5cd2d719e68491345a2c27ace341 (plain)
1
2
3
4
// In a debugger with no debuggees, findObjects should return no objects.

var dbg = new Debugger;
assertEq(dbg.findObjects().length, 0);