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

Unified Diff: src/compiler/types.h

Issue 2763533002: [WIP] JSForInLowering and JSForInHasOwnProperty.
Patch Set: Hack around the issue with indices not being available always. Created 3 years, 9 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
« no previous file with comments | « src/compiler/typer.cc ('k') | src/compiler/verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/types.h
diff --git a/src/compiler/types.h b/src/compiler/types.h
index 9e55a0bc88ca432f8f10d3c7ac19b3b3ea0d2530..ca0465b8c9eba126cc291e14420a45a900e948db 100644
--- a/src/compiler/types.h
+++ b/src/compiler/types.h
@@ -179,6 +179,7 @@ namespace compiler {
V(ReceiverOrNullOrUndefined, kReceiver | kNull | kUndefined) \
V(SymbolOrReceiver, kSymbol | kReceiver) \
V(StringOrReceiver, kString | kReceiver) \
+ V(StringOrUndefined, kString | kUndefined) \
V(Unique, kBoolean | kUniqueName | kNull | \
kUndefined | kReceiver) \
V(Internal, kHole | kExternalPointer | kOtherInternal) \
« no previous file with comments | « src/compiler/typer.cc ('k') | src/compiler/verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698