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

Unified Diff: src/hydrogen.h

Issue 1304633002: Correctify instanceof and make it optimizable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add arm64 port. Created 5 years, 4 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/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index c6953cdad52cca2b4ccd602ff1f67ba6edf950b7..38947cda9eacd404e60d0c4f0afc8e89e59518d8 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2214,6 +2214,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(DebugIsActive) \
F(Likely) \
F(Unlikely) \
+ F(HasInPrototypeChain) \
/* Typed Arrays */ \
F(TypedArrayInitialize) \
F(DataViewInitialize) \

Powered by Google App Engine
This is Rietveld 408576698