michael@0: /* vim: set ts=8 sts=4 et sw=4 tw=99: */ michael@0: function foundit(items, n) { michael@0: for (var i = 0; i < 10; i++) michael@0: arguments[2](items, this); michael@0: } michael@0: michael@0: function dostuff() { michael@0: print(this); michael@0: } michael@0: foundit('crab', 'crab', dostuff); michael@0: michael@0: /* Don't crash or assert */ michael@0: