On Tue, Nov 11, 2014 at 12:38 AM, Flying Jester <[email protected]> wrote: > I'm using a new one. > > The rub is that I want the buffer to be handled by GC'ing, so externalizing > is not an option.
Ah, why didn't you say so? You should be able to call array_buffer->Set(index, Uint32::New(...)) (or whatever). It won't be very fast but it should work. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
