In the spec for ArrayBuffer there is a proposal for an option to make
the content read-only.

http://www.khronos.org/registry/typedarray/specs/latest/

For fast element access I'am using
SetIndexedPropertiesToExternalArrayData to implement TypedArray access
to ArrayBuffer data. Is there a way to prohibit element assignment,
making it read-only?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to