GC behaviour
| 1937 | |
| 1938 | // GC behaviour |
| 1939 | void CScriptArray::ReleaseAllHandles(asIScriptEngine *) |
| 1940 | { |
| 1941 | // Resizing to zero will release everything |
| 1942 | Resize(0); |
| 1943 | } |
| 1944 | |
| 1945 | void CScriptArray::AddRef() const |
| 1946 | { |
no test coverage detected