michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 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: /* michael@0: * NB: this test hardcodes for the value of PropertyTable::HASH_THRESHOLD (6). michael@0: */ michael@0: michael@0: function s(e) { michael@0: var a, b, c, d; michael@0: function e() { } michael@0: } michael@0: michael@0: reportCompare(0, 0, "don't crash");