js/src/jit-test/tests/basic/bug643285.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e9ffe3e36807
1 function fun() {
2 (new Function ("function ff () { actual = '' + ff. caller; } function f () { ff (); } f ();")) ('function pf' + fun + '() {}');
3 }
4 fun();

mercurial