On Tuesday, November 12, 2013 12:08:28 AM UTC-8, Dmitry Lomov wrote: > > If you have objections, and know a use case which is not adequately served > by V8's implementation of typed arrays &c, the time to yell is now. >
Honestly I'd like the API to be supplement by and additional API. void v8::Object::RemoveIndexedPropertiesInExternalArrayData(); Right now once external memory has been allocated to an Object it can't be fully removed. I can allocate length of 0 and hand it NULL, but v8::Object::HasIndexedPropertiesInExternalArrayData() will still return true. -- -- 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/groups/opt_out.
