| 1339 | |
| 1340 | |
| 1341 | Dynamic __hxcpp_dbg_getThreadInfo(int threadNumber, bool unsafe) |
| 1342 | { |
| 1343 | return hx::GetThreadInfo(threadNumber, unsafe); |
| 1344 | } |
| 1345 | |
| 1346 | |
| 1347 | int __hxcpp_dbg_addFileLineBreakpoint(String fileName, int lineNumber) |
nothing calls this directly
no test coverage detected