DescriptionReorganize object type enum, such that proxies are no longer in the middle
of the range of proper JS objects.
Unfortunately, callable types no longer form a range now. However, there
are only two anyway. We put them at either end of the range of JS object
types so that certain compares can be combined.
R=erik.corry@gmail.com,kmillikin@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=9370
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed Kevin's comments. #
Total comments: 6
Patch Set 3 : Addressed Erik's comments. #
Messages
Total messages: 6 (0 generated)
|