Status: New
Owner: ----

New issue 2802 by [email protected]: No way to get at ArrayBuffer data pointer?
http://code.google.com/p/v8/issues/detail?id=2802

Perhaps I'm missing something, but I can't see a way to just find the data pointer from an ArrayBuffer.

I need to get this data to create efficient implementations of some of our native methods. To avoid having to create a temporary ArrayBufferView I'm currently having to do this:

    return v8::Utils::OpenHandle(*v8::Handle<v8::ArrayBuffer>::Cast(o))
        ->backing_store();

which I'd rather avoid, for obvious reasons.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.


Reply via email to