js/xpconnect/tests/chrome/worker_discardSystemSource.js

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

mercurial