Re: Array property of custom object
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 4/30/16 1:41 PM, Mihai Dobrescu wrote: > Now, I need to define a property of array type. How could this be done? Other than with JS_NewArrayObject and JS_DefineProperty? Why do those not do what you want? -Boris