Allow smis for singleton types
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 Jun 2013 15:40:28 +0000 (15:40 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 Jun 2013 15:40:28 +0000 (15:40 +0000)
commit372457a79301b11a26d4d2bb3a07a2aa47e685ed
treef420e5a6360488f93f4d3429006b8dd84bd70534
parent8165d49173ddd3772126a2b128fbd331ba960cf2
Allow smis for singleton types

To that end, introduce a generic Box struct.

R=danno@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14987 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
include/v8.h
src/factory.cc
src/factory.h
src/heap.cc
src/heap.h
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.h
src/types.cc
src/types.h
test/cctest/test-types.cc