Re: Array property of custom object
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 5/2/16 4:30 PM, Mihai Dobrescu wrote: > I need to e able to replace array elements, probably I will need to add/remove elements too OK. I have a hard time reconciling adding elements that with your claim that your backing storage is a constant-sized array, but I assume you know what you're doing. > Aren't all the JS objects containing private data proxies (the one with the JSCLASS_HAS_PRIVATE flag)? Not at all. -Boris