michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: // Skip a few lines michael@0: // 5 michael@0: // 6 michael@0: // 7 michael@0: // 8 michael@0: // 9 michael@0: exports.doThrow = function doThrow() { michael@0: Array.prototype.sort.apply("foo"); // This will raise a native TypeError michael@0: };