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

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

Issue 1521953002: [proxies] fix access issue when having proxies on the prototype-chain of global objects. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ppc code mess Created 5 years 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/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 01fddc6ec4c70128df9d9eb36b8720107539a873..1b0f1f3b3a8132fbe61712192b75d75f4cf4c854 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -70,6 +70,9 @@ class AccessBuilder final : public AllStatic {
// Provides access to DescriptorArray::enum_cache_bridge_cache() field.
static FieldAccess ForDescriptorArrayEnumCacheBridgeCache();
+ // Provides access to Map::bit_field() byte.
+ static FieldAccess ForMapBitField();
+
// Provides access to Map::bit_field3() field.
static FieldAccess ForMapBitField3();
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/compiler/access-builder.cc » ('j') | src/prototype.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698