Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1477)

Unified Diff: src/types.cc

Issue 798873006: First simple implementation of class literals in TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index c4f1bae5fbcf4d3695a20e1b631e3860727467ee..c7bd5cbfeca61d58c74eee3a93558fdc6c76408c 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -251,6 +251,7 @@ TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
case FIXED_ARRAY_TYPE:
case BYTE_ARRAY_TYPE:
case FOREIGN_TYPE:
+ case SCRIPT_TYPE:
arv (Not doing code reviews) 2015/01/14 15:49:10 Stray change?
Michael Starzinger 2015/01/14 16:02:19 Nope, this is now needed because we place a HeapCo
case CODE_TYPE:
return kInternal & kTaggedPointer;
default:

Powered by Google App Engine
This is Rietveld 408576698