mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Use StackHelper for very long if/else chains
This commit is contained in:
parent
22b0aba954
commit
084566cdc6
7 changed files with 68 additions and 7 deletions
|
@ -1554,7 +1554,7 @@ public:
|
|||
Dictionary<BeValue*, String> mValueNameMap;
|
||||
Dictionary<String, int> mSeenNames;
|
||||
|
||||
void ToString(StringImpl& str, BeValue* value, bool showType = true, bool mdDrillDown = false);
|
||||
void ToString(StringImpl& str, BeValue* value, bool showType = true, bool mdDrillDown = false, bool checkStack = false);
|
||||
void ToString(StringImpl& str, BeType* type);
|
||||
void ToString(StringImpl& str, BeDbgFunction* dbgFunction, bool showScope);
|
||||
static void ToString(StringImpl& str, int val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue