js/src/jit-test/tests/basic/properly-remove-timeout-root-before-shutdown.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:8e9f54d9ec5e
1 // Bug 857050: Remove the timeout function root before shutting down.
2 function timeoutfunc() {}
3 timeout(1, timeoutfunc);
4 var g = newGlobal();
5 var dbg = Debugger(g);

mercurial