gecko-dev/js/xpconnect/tests/chrome/worker_discardSystemSource.js

6 строки
83 B
JavaScript

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