michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: */ michael@0: michael@0: var b = Object.create(Array.prototype); michael@0: b.length = 12; michael@0: assertEq(b.length, 12); michael@0: michael@0: reportCompare(true,true);