Get the currently executed script
| 163 | ScriptThread *GetRunningThread() const { return _thread; } |
| 164 | // Get the currently executed script |
| 165 | const RuntimeScript *GetRunningScript() const { return _current; } |
| 166 | // Get current program pointer (position in bytecode) |
| 167 | int GetPC() const { return _pc; } |
| 168 | // Get the script's execution position |
no outgoing calls