| 837 | } |
| 838 | |
| 839 | void dapiWalkDataS ( DataWalkerPtr walker, void * data, const StructInfo & info ) { |
| 840 | walker->walk_struct((char *)data,(StructInfo*)&info); |
| 841 | } |
| 842 | |
| 843 | int32_t dapiStackDepth ( Context & context ) { |
| 844 | #if DAS_ENABLE_STACK_WALK |
nothing calls this directly
no test coverage detected