summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/chrome/worker_discardSystemSource.js
blob: 9274505ee3ecb7c2939ffbef841215ba4e0a213d (plain)
1
2
3
4
5
function canary() {
  var someBitOfSource = 42;
}

postMessage(canary.toSource());