js/xpconnect/tests/chrome/worker_discardSystemSource.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:061cf7199aed
1 function canary() {
2 var someBitOfSource = 42;
3 }
4
5 postMessage(canary.toSource());

mercurial