mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Dynamic boxing
This commit is contained in:
parent
7036433e5d
commit
da5b81f419
14 changed files with 266 additions and 151 deletions
|
@ -1196,6 +1196,7 @@ public:
|
|||
int mMethodIdx;
|
||||
int mRefCount; // External references from BfMethodRefType
|
||||
BfMethodOnDemandKind mOnDemandKind;
|
||||
bool mExplicitlyReflected;
|
||||
|
||||
public:
|
||||
BfMethodInstanceGroup()
|
||||
|
@ -1206,6 +1207,7 @@ public:
|
|||
mMethodIdx = -1;
|
||||
mOnDemandKind = BfMethodOnDemandKind_NotSet;
|
||||
mRefCount = 0;
|
||||
mExplicitlyReflected = false;
|
||||
}
|
||||
|
||||
~BfMethodInstanceGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue