================ idInterpreter::GetCallstackDepth ================ */
| 358 | ================ |
| 359 | */ |
| 360 | int idInterpreter::GetCallstackDepth( void ) const { |
| 361 | return callStackDepth; |
| 362 | } |
| 363 | |
| 364 | /* |
| 365 | ================ |
no outgoing calls
no test coverage detected