Refactoring to allow adding new structured types
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 7 Apr 2014 11:00:41 +0000 (11:00 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 7 Apr 2014 11:00:41 +0000 (11:00 +0000)
commit32f295314cee9b779a4e1e6b7fb3339736cc00ae
treecd2767eea78637e14a8335c252482c53e14fc350
parent1b31d2b34ae5d07f6b22d765275c24be11e8b7cc
Refactoring to allow adding new structured types

Also, simplfy representation of zone types, using a simple struct.

R=bmeurer@chromium.org
BUG=
LOG=N

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20538 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/types-inl.h
src/types.cc
src/types.h
test/cctest/test-types.cc