mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added CeEvalFlags_IgnoreConstEncodeFailure
This commit is contained in:
parent
3e8d90d300
commit
dfa03f16dd
3 changed files with 18 additions and 9 deletions
|
@ -700,7 +700,8 @@ enum CeEvalFlags
|
|||
CeEvalFlags_DeferIfNotOnlyError = 4,
|
||||
CeEvalFlags_NoRebuild = 8,
|
||||
CeEvalFlags_ForceReturnThis = 0x10,
|
||||
CeEvalFlags_DbgCall = 0x20
|
||||
CeEvalFlags_IgnoreConstEncodeFailure = 0x20,
|
||||
CeEvalFlags_DbgCall = 0x40
|
||||
};
|
||||
|
||||
#define BF_CE_DEFAULT_STACK_SIZE 4*1024*1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue