 Chromium Code Reviews
 Chromium Code Reviews Issue 2302013002:
  Store the scope info in catch contexts  (Closed)
    
  
    Issue 2302013002:
  Store the scope info in catch contexts  (Closed) 
  | 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); | 
| }; |