Revision: 15838
Author: [email protected]
Date: Tue Jul 23 12:05:00 2013
Log: Fix TargetSpace() method for box type.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/19978003
http://code.google.com/p/v8/source/detail?r=15838
Modified:
/branches/bleeding_edge/include/v8.h
/branches/bleeding_edge/src/objects.h
=======================================
--- /branches/bleeding_edge/include/v8.h Tue Jul 23 06:44:15 2013
+++ /branches/bleeding_edge/include/v8.h Tue Jul 23 12:05:00 2013
@@ -5412,7 +5412,7 @@
static const int kJSObjectType = 0xb1;
static const int kFirstNonstringType = 0x80;
static const int kOddballType = 0x83;
- static const int kForeignType = 0x88;
+ static const int kForeignType = 0x87;
static const int kUndefinedOddballKind = 5;
static const int kNullOddballKind = 3;
=======================================
--- /branches/bleeding_edge/src/objects.h Tue Jul 23 02:18:42 2013
+++ /branches/bleeding_edge/src/objects.h Tue Jul 23 12:05:00 2013
@@ -357,7 +357,6 @@
V(ODDBALL_TYPE)
\
V(CELL_TYPE)
\
V(PROPERTY_CELL_TYPE)
\
-
V(BOX_TYPE)
\
\
V(HEAP_NUMBER_TYPE)
\
V(FOREIGN_TYPE)
\
@@ -395,6 +394,7 @@
V(POLYMORPHIC_CODE_CACHE_TYPE)
\
V(TYPE_FEEDBACK_INFO_TYPE)
\
V(ALIASED_ARGUMENTS_ENTRY_TYPE)
\
+
V(BOX_TYPE)
\
\
V(FIXED_ARRAY_TYPE)
\
V(FIXED_DOUBLE_ARRAY_TYPE)
\
@@ -699,7 +699,6 @@
ODDBALL_TYPE,
CELL_TYPE,
PROPERTY_CELL_TYPE,
- BOX_TYPE,
// "Data", objects that cannot contain non-map-word pointers to heap
// objects.
@@ -738,6 +737,7 @@
POLYMORPHIC_CODE_CACHE_TYPE,
TYPE_FEEDBACK_INFO_TYPE,
ALIASED_ARGUMENTS_ENTRY_TYPE,
+ BOX_TYPE,
// The following two instance types are only used when
ENABLE_DEBUGGER_SUPPORT
// is defined. However as include/v8.h contain some of the instance type
// constants always having them avoids them getting different numbers
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.