| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 1a634aff2c42bf582d1fa52a161ae7f78972e23d..8994a87edb5875b7bd3f7b018b3ff3bc94791750 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -6276,6 +6276,8 @@ class HObjectAccess FINAL {
|
|
|
| static HObjectAccess ForContextSlot(int index);
|
|
|
| + static HObjectAccess ForGlobalContext(int index);
|
| +
|
| // Create an access to the backing store of an object.
|
| static HObjectAccess ForBackingStoreOffset(int offset,
|
| Representation representation = Representation::Tagged());
|
|
|