MCPcopy Create free account
hub / github.com/anjo76/angelscript / ReleaseAllHandles

Method ReleaseAllHandles

sdk/add_on/scriptarray/scriptarray.cpp:1939–1943  ·  view source on GitHub ↗

GC behaviour

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

ResizeFunction · 0.85

Tested by

no test coverage detected