1
0
Fork 0
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:
Brian Fiete 2023-12-15 11:20:02 -05:00
parent 3e8d90d300
commit dfa03f16dd
3 changed files with 18 additions and 9 deletions

View file

@ -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