mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed void skipcall boxed methods
This commit is contained in:
parent
4b2256d41e
commit
91b5ab36ca
2 changed files with 15 additions and 2 deletions
|
@ -1537,6 +1537,7 @@ public:
|
|||
BfTypedValue GetThis();
|
||||
BfLocalVariable* GetThisVariable();
|
||||
bool IsInGeneric();
|
||||
bool InDefinitionSection();
|
||||
bool IsInSpecializedGeneric();
|
||||
bool IsInSpecializedSection(); // Either a specialized generic or an injected mixin
|
||||
bool IsInUnspecializedGeneric();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue