Subj : Re: toSource() yielding a 'setrval' instead of 'return' To : Celso Aguiar From : Brendan Eich Date : Wed Aug 11 2004 02:30 pm Celso Aguiar wrote: > 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, Whoops! Filed as http://bugzilla.mozilla.org/show_bug.cgi?id=255245, fixing ASAP. /be .