| 1820 | } |
| 1821 | |
| 1822 | void CScriptArray::AddRef() const |
| 1823 | { |
| 1824 | // Clear the GC flag then increase the counter |
| 1825 | gcFlag = false; |
| 1826 | asAtomicInc(refCount); |
| 1827 | } |
| 1828 | |
| 1829 | void CScriptArray::Release() const |
| 1830 | { |
no outgoing calls
no test coverage detected