michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: michael@0: function potatoMasher(obj, arg) { this.eval(arg); } michael@0: potatoMasher(this, "var s = Error().stack"); michael@0: assertEq(/potatoMasher/.exec(s) instanceof Array, true); michael@0: michael@0: reportCompare(0, 0, 'ok');