michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: // Contributor: Luke Wagner michael@0: michael@0: var x, f; michael@0: for (var i = 0; i < 100; i++) { michael@0: f = function() {}; michael@0: f.foo; michael@0: x = f.length; michael@0: }