Implement structural function and array types
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Apr 2014 16:16:37 +0000 (16:16 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Apr 2014 16:16:37 +0000 (16:16 +0000)
commit926ec656def68abda56f5d7a8f3a35fcca329dc2
treea8beeb2d5133e1aec380c0f88be4be58786a4ba7
parente3e81d85bb3c9d23461972b5690a054ba2a7e321
Implement structural function and array types

Just wanted to add two constructors to a datatype, how ugly can it get?

R=bmeurer@chromium.org, jarin@chromium.org
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=20809

Committed: https://code.google.com/p/v8/source/detail?r=20815

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20817 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/accessors.cc
src/arm/stub-cache-arm.cc
src/arm64/stub-cache-arm64.cc
src/hydrogen.cc
src/hydrogen.h
src/ia32/stub-cache-ia32.cc
src/ic.cc
src/objects-debug.cc
src/objects-inl.h
src/stub-cache.cc
src/types-inl.h
src/types.cc
src/types.h
src/x64/stub-cache-x64.cc
test/cctest/test-types.cc