mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
More explicit alignments
This commit is contained in:
parent
fb8d528c6b
commit
229c7fbd12
4 changed files with 65 additions and 62 deletions
|
@ -1696,7 +1696,7 @@ public:
|
|||
BfTypedValue GetCompilerFieldValue(const StringImpl& str);
|
||||
BfTypedValue GetCompilerFieldValue(const BfTypedValue typedVal);
|
||||
BfTypedValue ReferenceStaticField(BfFieldInstance* fieldInstance);
|
||||
int GetFieldDataIdx(BfTypeInstance* typeInst, int fieldIdx, const char* fieldName = NULL);
|
||||
BfFieldInstance* GetFieldInstance(BfTypeInstance* typeInst, int fieldIdx, const char* fieldName = NULL);
|
||||
BfTypedValue GetThis(bool markUsing = true);
|
||||
void MarkUsingThis();
|
||||
BfLocalVariable* GetThisVariable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue