| 138 | } |
| 139 | |
| 140 | inline std::size_t child_stack_size() const |
| 141 | { |
| 142 | if (stack_size >= 1000) |
| 143 | return stack_size / 10; |
| 144 | else |
| 145 | return COVSCRIPT_STACK_PRESERVE; |
| 146 | } |
| 147 | |
| 148 | // Event Handling |
| 149 | static void cleanup_context(); |
no outgoing calls
no test coverage detected