mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Added System.Compiler compile-time values
This commit is contained in:
parent
24aaa22f7a
commit
25f44ae133
11 changed files with 294 additions and 75 deletions
|
@ -1548,6 +1548,7 @@ public:
|
|||
bool CheckModifyValue(BfTypedValue& typedValue, BfAstNode* refNode, const char* modifyType = NULL);
|
||||
BfIRValue GetInterfaceSlotNum(BfTypeInstance* ifaceType);
|
||||
void HadSlotCountDependency();
|
||||
BfTypedValue GetCompilerFieldValue(const StringImpl& str);
|
||||
BfTypedValue ReferenceStaticField(BfFieldInstance* fieldInstance);
|
||||
BfTypedValue GetThis();
|
||||
BfLocalVariable* GetThisVariable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue