Subj : Re: Undefined Data State? To : Brian Genisio From : Brendan Eich Date : Mon Jan 26 2004 11:18 am Brian Genisio wrote: > As I now understand (I could still be wrong), that I dont need to set > anything to the return jsval for it to be undefined... if I leave it > alone and return true from the getProperty function, then undefined is > returned to the javascript code by default. Right. You're right about levels of indirection in JS -- probably all types should have been objects, save null and undefined (but that might still have left confusion of the sort that tripped you up in the complexity of that design). /be .