I am afraid we can't offer you SetIndexedPropertiesToExternalArrayData. In SpiderMonkey we can't change the element storage after the object creation to typed elements, in fact you have to use the appropriate constructors or JS_NewUint8Array etc.
On Tue, Feb 24, 2015 at 8:11 PM, obastemur <[email protected]> wrote: > On Tuesday, February 24, 2015 at 6:23:24 PM UTC+1, obastemur wrote: > > If I could wrap a JS land simple object with DataView capability, > definitely ArrayBuffer would help. Actually, the method I propose does > exactly this. > > > > > P.S. > from V8 (SetIndexedPropertiesToExternalArrayData) does this. Something > similar would save lives.. > _______________________________________________ > dev-tech-js-engine-internals mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals > _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

