you wrote:
What do I need to do to get a Map like that?

I answered but I've mistaken your original question and apologized already.

regards







On Wed, May 22, 2013 at 11:10 AM, Tab Atkins Jr. <[email protected]>wrote:

> On Wed, May 22, 2013 at 11:00 AM, Andrea Giammarchi
> <[email protected]> wrote:
> > I believe Tab is asking for something like:
> >
> > `var MyNodeList = new ArrayType(EntryType, length);`
> >
> > where `EntryType` is his own type and the result is an array like
> collection
> > or map.
> >
> > At least, for what I understood, looks like he's asking for JS CTypes,
> > something rumored a while ago but never heard about again (while asm.js
> has
> > been introduced/implemented already)
> >
> > If I am mistaking, apologies.
>
> I have no idea what you're claiming I'm asking for.  My request is in
> my OP - I have a CSSOM API that currently uses an "object map", that
> I'd like to swap out for a real Map.  Because of the way CSS works,
> the keys and values are both coerced into strings, but that's it.
>
> ~TJ
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to