Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index c454a2840beaab01d769098d6726f7046b5ac948..2e5293121ee81ed6fdc63393493c76c11ee85194 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2217,18 +2217,14 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
F(MathLogRT) \ |
/* ES6 Collections */ \ |
F(MapClear) \ |
- F(MapDelete) \ |
- F(MapGet) \ |
- F(MapGetSize) \ |
- F(MapHas) \ |
F(MapInitialize) \ |
- F(MapSet) \ |
- F(SetAdd) \ |
F(SetClear) \ |
- F(SetDelete) \ |
- F(SetGetSize) \ |
- F(SetHas) \ |
F(SetInitialize) \ |
+ F(FixedArrayGet) \ |
+ F(FixedArraySet) \ |
+ F(JSCollectionGetTable) \ |
+ F(StringGetRawHashField) \ |
+ F(TheHole) \ |
/* Arrays */ \ |
F(HasFastPackedElements) \ |
F(GetPrototype) |