| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index eea5dd02ad5afcd9097b7d2b05504f9611371abd..ef26a91fa9713579b483fdcc24008f5526ca45fd 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5701,6 +5701,7 @@ BOOL_ACCESSORS(PrototypeInfo, bit_field, should_be_fast_map, kShouldBeFastBit)
|
| ACCESSORS(ContextExtension, scope_info, ScopeInfo, kScopeInfoOffset)
|
| ACCESSORS(ContextExtension, extension, Object, kExtensionOffset)
|
|
|
| +ACCESSORS(Module, code, Object, kCodeOffset)
|
| ACCESSORS(Module, exports, ObjectHashTable, kExportsOffset)
|
|
|
| ACCESSORS(AccessorPair, getter, Object, kGetterOffset)
|
|
|