| 2630 | } |
| 2631 | |
| 2632 | StringStackPtr ConsoleValue::getStringStackPtr() |
| 2633 | { |
| 2634 | if (type == TypeInternalStringStackPtr) |
| 2635 | return (uintptr_t)sval; |
| 2636 | else |
| 2637 | return (uintptr_t)-1; |
| 2638 | } |
| 2639 | |
| 2640 | bool ConsoleValue::getBoolValue() |
| 2641 | { |
no outgoing calls
no test coverage detected