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

Unified Diff: src/hydrogen.h

Issue 1384443002: [es6] Fix missing bits for full @@toPrimitive support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove useless cctest. Created 5 years, 3 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 59dec0950dcdb51ed26fdd372cde6c5fcdde4003..806571a57f582d5dc7cea4c0444f3429b3663fae 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2226,6 +2226,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(ToInteger) \
F(ToObject) \
F(ToString) \
+ F(ToNumber) \
F(IsFunction) \
F(IsSpecObject) \
F(MathPow) \

Powered by Google App Engine
This is Rietveld 408576698