Subj : Re: Byte Arrays in JavaScript To : netscape.public.mozilla.jseng From : Sajid Raza Date : Mon May 24 2004 04:33 pm Brendan Eich wrote: > By using the resolve hook. Thanks Brendan, finally got it. Previously, I didn't understand that the JSClass ops provide a hooking mechanism into the script engine's property retrieval and resolution functionality. It puzzled me to no end how my JSClass.getProperty function would magically produce the property value in the rval parameter. Running the console interpreter in gdb and tracing out how property values are retrieved prior to calling OBJ_GET_PROPERTY helps explain things. -SR .