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