Any more information on this? I would like make TypeArray access read-only too.
On Tuesday, May 10, 2011 8:04:17 AM UTC+8, Henrik Lindqvist wrote: > > 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
