LayoutDescriptor should inherit from JSTypedArray
authorjochen <jochen@chromium.org>
Tue, 21 Apr 2015 13:07:32 +0000 (06:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 13:07:14 +0000 (13:07 +0000)
commit6d79ceb2945bc23a33ac5c93285a2cab2ba2e126
tree305672f1d5922a80c6379f6552bfb4def1ffd8a5
parentd04aee2482e48f998c0075a1421a428a1d09fb8e
LayoutDescriptor should inherit from JSTypedArray

It can't just inherit from a FixedTypedArray-like type, as we soon
assume that a FixedTypedArray-like type is always held by an
ArrayBufferView-like type

BUG=v8:3996
R=ishell@chromium.org,verwaest@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/1084793004

Cr-Commit-Position: refs/heads/master@{#27964}
src/factory.cc
src/factory.h
src/layout-descriptor-inl.h
src/layout-descriptor.cc
src/layout-descriptor.h
src/objects-inl.h
src/objects-printer.cc
test/cctest/test-unboxed-doubles.cc