Revert "typed arrays: only share ArrayBuffer backing store"
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 9 Feb 2013 07:49:45 +0000 (08:49 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 10 Feb 2013 14:22:27 +0000 (15:22 +0100)
commit144e21ed30356b7f563c6a37471537b2057b56f4
tree06b78c1fa12212f789706dd417708bf9d20b949c
parentfd9d8b5e4ab221213fc493efa0044b068f81fa75
Revert "typed arrays: only share ArrayBuffer backing store"

We're going to fix this differently. The real bug is that
Buffer::HasInstance() returns true for typed arrays.

This reverts commit 01ee551e704776d8547250ac015a5463613afb45.
src/v8_typed_array.cc
test/simple/test-typed-arrays.js