Reland "LayoutDescriptor should inherit from JSTypedArray"
authorjochen <jochen@chromium.org>
Tue, 21 Apr 2015 15:21:57 +0000 (08:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 15:21:56 +0000 (15:21 +0000)
commitd20660e05eb9329cd7a0349b6afcbc794bc737c1
tree3b44f447563035c930280d64ec5371f4c074be25
parent1850803d56d6da94adf1f3ac779e5e9ea2388333
Reland "LayoutDescriptor should inherit from JSTypedArray"

Original issue's description:
> 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

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

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

Cr-Commit-Position: refs/heads/master@{#27973}
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