Bug 10344. Selecting wrong target for WINSCW UREL when launching emulator.
var gCounter = 23
function Base() {
this.counter = gCounter
gCounter *= 2
}
Base.prototype.fiddle = function() { return this.counter; }
Base.prototype.faddle = function() { return this.counter; }