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

6 строки
83 B
JavaScript
Исходник Обычный вид История

2014-04-23 01:08:28 +04:00
function canary() {
var someBitOfSource = 42;
}
postMessage(canary.toSource());