Implement structural function and array types
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Apr 2014 15:42:22 +0000 (15:42 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Apr 2014 15:42:22 +0000 (15:42 +0000)
commit6782d9cea35bdac111122b6233584704317ece57
tree7d46743b076365f0b2a5d8a4653886b49f342ced
parent3e49c60114cff8f0dff2f6f18ca0bedf9bc631d1
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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20815 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