mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed comptime reflected static field accesses
This commit is contained in:
parent
4176f7369d
commit
a356186514
7 changed files with 177 additions and 16 deletions
|
@ -447,6 +447,7 @@ enum CeFunctionKind
|
|||
CeFunctionKind_Method_GetInfo,
|
||||
CeFunctionKind_Method_GetParamInfo,
|
||||
CeFunctionKind_Method_GetGenericArg,
|
||||
CeFunctionKind_Field_GetStatic,
|
||||
|
||||
CeFunctionKind_SetReturnType,
|
||||
CeFunctionKind_Align,
|
||||
|
@ -1106,6 +1107,7 @@ public:
|
|||
Dictionary<Val128, addr_ce> mConstDataMap;
|
||||
HashSet<int> mStaticCtorExecSet;
|
||||
Dictionary<String, CeStaticFieldInfo> mStaticFieldMap;
|
||||
Dictionary<int64, CeStaticFieldInfo> mStaticFieldIdMap;
|
||||
Dictionary<int, CeInternalData*> mInternalDataMap;
|
||||
int mCurHandleId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue