Subj : Re: Weird nested function behavior in IE To : igor From : Ryan Breen Date : Tue Nov 02 2004 11:49 pm On Tue, 02 Nov 2004 23:42:27 +0100, Igor Bukanov wrote: > To make you example to work move hello_world()/outer to the beginning of > the if block. Igor, Thanks for the feedback. Unfortunately, that's not an option in this case -- I'm parsing existing, IE-specific JScript. Is my only option deep-Rhino-hacking to treat all functions as FUNCTION_STATEMENTS rather than FUNCTION_EXPRESSION_STATEMENTS? Ryan .