LGTM. Copying the elements is still broken though:
var o = [1,2,3];
Object.defineProperty(o, "1", { get: function() { throw "bail"; }});
new Int16Array(o);

https://codereview.chromium.org/11777014/

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

Reply via email to