mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Protected protection improvements
This commit is contained in:
parent
670de8d4dc
commit
8852e7e194
7 changed files with 94 additions and 36 deletions
|
@ -319,9 +319,10 @@ enum BfLookupFieldFlags
|
|||
{
|
||||
BfLookupFieldFlag_None = 0,
|
||||
BfLookupFieldFlag_IsImplicitThis = 1,
|
||||
BfLookupFieldFlag_CheckingOuter = 2,
|
||||
BfLookupFieldFlag_IgnoreProtection = 4,
|
||||
BfLookupFieldFlag_BindOnly = 8
|
||||
BfLookupFieldFlag_BaseLookup = 2,
|
||||
BfLookupFieldFlag_CheckingOuter = 4,
|
||||
BfLookupFieldFlag_IgnoreProtection = 8,
|
||||
BfLookupFieldFlag_BindOnly = 0x10
|
||||
};
|
||||
|
||||
enum BfUnaryOpFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue