blob: fbc3358720a169e3ca4d43a2176c29da1e044879 [file] [log] [blame]
function surprise(depth) {
arguments.callee.caller(depth);
}
(function(depth) {
function foo() { function asmModule() { 'use asm'; return {} } };
if (depth)
surprise(depth - 1);
})(2);