browser/devtools/debugger/test/code_blackboxing_blackboxme.js

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:a8b0f7eeb021
1 function blackboxme(fn) {
2 (function one() {
3 (function two() {
4 (function three() {
5 fn();
6 }());
7 }());
8 }());
9 }

mercurial