michael@0: // |jit-test| error: TypeError michael@0: gczeal(11); michael@0: var o = { valueOf: function() { new Object(); gc(); return 17; } }; michael@0: (new String.prototype.substring(o)).toString;