1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/js/xpconnect/tests/chrome/worker_discardSystemSource.js
T

6 lines
83 B
JavaScript

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