Subj : toSource() yielding a 'setrval' instead of 'return' To : netscape.public.mozilla.jseng From : celsoaguiar Date : Wed Aug 11 2004 02:22 pm Has anyone observed this in SM? function f() { try { } catch (e) { return false; } finally { } } f.toSource() function f() {try {} catch (e) {setrval false;} finally {}} I was able to confirm it with the latest version (1.5rc6) Thanks, Celso .