blob: 5059d24698b9dbdf1b211788f8223fc6a78216c1 [file] [log] [blame]
var c = "Some test"
function namedFunction()
{
console.log(new Error(c).stack);
}
namedFunction();
//# sourceURL=foob.js