comparison: js/src/jit-test/tests/basic/properly-remove-timeout-root-before-shutdown.js
js/src/jit-test/tests/basic/properly-remove-timeout-root-before-shutdown.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
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); |