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

Unified Diff: src/hydrogen.h

Issue 947683002: Reimplement Maps and Sets in JS (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merged to master Created 5 years, 8 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/collection.js ('k') | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index f4c14391288f2e8f06036ed66a5fab0c452c042a..c70ea2d96c4e350331225f5b860ba5cc46da6f29 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2222,18 +2222,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) \
« no previous file with comments | « src/collection.js ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698