summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug643285.js
blob: 0f8d755923833bbbd3aed3d1544f77e3e426fbbf (plain)
1
2
3
4
function fun() {
    (new Function ("function ff () { actual = '' + ff. caller; } function f () { ff (); } f ();")) ('function pf' + fun + '() {}');
}
fun();