| 425 | |
| 426 | |
| 427 | ::String StackFrame::toDisplay() |
| 428 | { |
| 429 | #ifndef HXCPP_STACK_LINE |
| 430 | int lineNumber=0; |
| 431 | #endif |
| 432 | return FormatStack(position->fileName, position->className, position->functionName, lineNumber,true); |
| 433 | } |
| 434 | |
| 435 | |
| 436 | ::String StackFrame::toString() |
no test coverage detected