| 1389 | |
| 1390 | |
| 1391 | Array<Dynamic> __hxcpp_dbg_getStackVariables(int threadNumber, |
| 1392 | int stackFrameNumber, |
| 1393 | bool unsafe, |
| 1394 | Dynamic markThreadNotStopped) |
| 1395 | { |
| 1396 | return hx::GetStackVariables(threadNumber, stackFrameNumber, |
| 1397 | unsafe, markThreadNotStopped); |
| 1398 | } |
| 1399 | |
| 1400 | |
| 1401 | Dynamic __hxcpp_dbg_getStackVariableValue(int threadNumber, |
nothing calls this directly
no test coverage detected