comparison: js/xpconnect/tests/chrome/worker_discardSystemSource.js
js/xpconnect/tests/chrome/worker_discardSystemSource.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function canary() { |
|
2 var someBitOfSource = 42; |
|
3 } |
|
4 |
|
5 postMessage(canary.toSource()); |