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

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

Issue 2302013002: Store the scope info in catch contexts (Closed)
Patch Set: updates Created 4 years, 3 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
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 50932ce06010efeaf7ea73c2eb0cbae03cea40c4..bac7fb45ae3365f8260f046fc606eb800e72e802 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -210,6 +210,10 @@ class AccessBuilder final : public AllStatic {
static ElementAccess ForTypedArrayElement(ExternalArrayType type,
bool is_external);
+ // Provides access to ContextExtension fields.
+ static FieldAccess ForContextExtensionScopeInfo();
Michael Starzinger 2016/09/05 11:35:29 nit: Please move up to below the other "fields" to
jochen (gone - plz use gerrit) 2016/09/05 11:42:44 done.
+ static FieldAccess ForContextExtensionExtension();
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AccessBuilder);
};

Powered by Google App Engine
This is Rietveld 408576698