You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert ModuleState from class with getters/setters to struct with public fields
Summary:
Replace the ModuleState class's private fields and accessor methods with a plain
struct with public fields. This is much simpler, the getter/setters were just a
lot of needless boilerplate.
The traverse(), clear(), and initBuiltinMembers() methods are retained.
Add comments to try to explain what all these fields do as well.
Reviewed By: DinoV
Differential Revision: D96480101
fbshipit-source-id: 34e8393359cd4d40c93d019bbe7c0ee744888e77
0 commit comments