GC behaviour
| 1814 | |
| 1815 | // GC behaviour |
| 1816 | void CScriptArray::ReleaseAllHandles(asIScriptEngine *) |
| 1817 | { |
| 1818 | // Resizing to zero will release everything |
| 1819 | Resize(0); |
| 1820 | } |
| 1821 | |
| 1822 | void CScriptArray::AddRef() const |
| 1823 | { |
no outgoing calls
no test coverage detected