| 71 | } |
| 72 | |
| 73 | void ScriptEngine::prepareRunFunction() |
| 74 | { |
| 75 | // Clean the VM for this run |
| 76 | m_pVM->pushState(); |
| 77 | } |
| 78 | |
| 79 | int32_t ScriptEngine::runFunction(const std::string& fname, bool clearDataStack) |
| 80 | { |
no outgoing calls
no test coverage detected