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

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

Issue 2763533002: [WIP] JSForInLowering and JSForInHasOwnProperty.
Patch Set: Hack around the issue with indices not being available always. Created 3 years, 9 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 | « BUILD.gn ('k') | 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 9d23220e82b25f5943a31adfa6b1ec94f129f269..033797b7bed816c46615b67ab56aa59bf2553c50 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -142,6 +142,10 @@ class V8_EXPORT_PRIVATE AccessBuilder final
// Provides access to DescriptorArray::enum_cache_bridge_cache() field.
static FieldAccess ForDescriptorArrayEnumCacheBridgeCache();
+ // Provides access to DescriptorArray::enum_cache_bridge_indices_cache()
+ // field.
+ static FieldAccess ForDescriptorArrayEnumCacheBridgeIndicesCache();
+
// Provides access to Map::bit_field() byte.
static FieldAccess ForMapBitField();
« no previous file with comments | « BUILD.gn ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698