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

Unified Diff: src/compiler/access-builder.h

Issue 2636493003: Revert of [compiler] Support Object.create(null) inlining in TF (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 711114d13198fe81dd79a7f7c4143641302d2869..cbe92bae4eb5b342acf25637b3d6f93ea54c2590 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -244,15 +244,6 @@
static ElementAccess ForTypedArrayElement(ExternalArrayType type,
bool is_external);
- // Provides access to HashTable fields.
- static FieldAccess ForHashTableBaseNumberOfElements();
- static FieldAccess ForHashTableBaseNumberOfDeletedElement();
- static FieldAccess ForHashTableBaseCapacity();
-
- // Provides access to Dictionary fields.
- static FieldAccess ForDictionaryMaxNumberKey();
- static FieldAccess ForNextEnumerationIndex();
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AccessBuilder);
};
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698