Files
UXP-Fixed/js/xpconnect/tests/chrome/worker_discardSystemSource.js
T
2018-02-02 04:16:08 -05:00

6 lines
83 B
JavaScript

function canary() {
var someBitOfSource = 42;
}
postMessage(canary.toSource());