mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Made Compiler 'Caller' values work inside mixins
This commit is contained in:
parent
1519a60104
commit
8406e00a60
3 changed files with 52 additions and 0 deletions
|
@ -767,6 +767,7 @@ public:
|
|||
BfAstNode* mSource;
|
||||
BfScopeData* mCallerScope;
|
||||
BfScopeData* mTargetScope; // Equals caller scope unless user explicitly calls specifies scope override
|
||||
BfFilePosition mInjectFilePosition;
|
||||
BfMethodInstance* mMixinMethodInstance;
|
||||
BfAstNode* mResultExpr;
|
||||
int mLocalsStartIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue