comparison: js/src/jit-test/tests/basic/bug643285.js
js/src/jit-test/tests/basic/bug643285.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function fun() { |
|
2 (new Function ("function ff () { actual = '' + ff. caller; } function f () { ff (); } f ();")) ('function pf' + fun + '() {}'); |
|
3 } |
|
4 fun(); |