Subj : Re: Byte Arrays in JavaScript To : Sajid Raza From : Brendan Eich Date : Mon May 24 2004 12:08 pm Sajid Raza wrote: > Thanks for the info. The byte arrays are always dense. JSPROP_SHARED > would apply to a particular JSPropertySpec Forgot to correct this apparent misconception: you can pass attributes such as JSPROP_SHARED to JS_DefineProperty, etc., as well as initialize JSPropertySpec.attrs with them. /be .