michael@0: function canary() { michael@0: var someBitOfSource = 42; michael@0: } michael@0: michael@0: postMessage(canary.toSource());