worker_discardSystemSource.js 83 B

123456
  1. function canary() {
  2. var someBitOfSource = 42;
  3. }
  4. postMessage(canary.toSource());