Reviewers: mvstanton, rossberg,
Message:
PTAL
Description:
Add fixed array to Type::LubBitset
Please review this at https://chromiumcodereview.appspot.com/19960002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/types.cc
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index
8bf91293fbc8ea79bed4955119c5d982b09febc7..bea140ec4ab8879e3243f27f18ef5ad28debcad8
100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -206,6 +206,7 @@ int Type::LubBitset() {
case DECLARED_ACCESSOR_INFO_TYPE:
case EXECUTABLE_ACCESSOR_INFO_TYPE:
case ACCESSOR_PAIR_TYPE:
+ case FIXED_ARRAY_TYPE:
return kInternal;
default:
UNREACHABLE();
--
--
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.