Get the filename
| 563 | |
| 564 | /// Get the filename |
| 565 | StringTableEntry getFilename() const { return mFilename; } |
| 566 | |
| 567 | /// These functions are used to track the line number (1-based) |
| 568 | /// on which the object was created if it was loaded from script |
no outgoing calls
no test coverage detected