interface
| 1002 | |
| 1003 | // interface |
| 1004 | int asCScriptEngine::AddRef() const |
| 1005 | { |
| 1006 | asASSERT( refCount.get() > 0 || inDestructor ); |
| 1007 | return refCount.atomicInc(); |
| 1008 | } |
| 1009 | |
| 1010 | // interface |
| 1011 | int asCScriptEngine::Release() const |
no test coverage detected