| 434 | |
| 435 | |
| 436 | ::String StackFrame::toString() |
| 437 | { |
| 438 | #ifndef HXCPP_STACK_LINE |
| 439 | int lineNumber=0; |
| 440 | #endif |
| 441 | |
| 442 | return FormatStack(position->fileName, position->className, position->functionName, lineNumber,false); |
| 443 | } |
| 444 | |
| 445 | |
| 446 |
no test coverage detected