Subj : Controlling evaluation of an expression To : netscape.public.mozilla.jseng From : alanwli Date : Wed Dec 01 2004 12:00 pm Hi, I was wondering whether there is a way for me to control the evaluation of certain expressions in Rhino. For example, normally myObject.property evaluates to the integer value 1. But in the context of a certain function call: myHostObject.myFunction( myObject.property ) I would like for Rhino not to evaluate myObject.property because it has a different meaning in this context. Is this possible? Thanks .