interface
| 1103 | |
| 1104 | // interface |
| 1105 | int asCScriptEngine::AddRef() const |
| 1106 | { |
| 1107 | asASSERT( refCount.get() > 0 || inDestructor ); |
| 1108 | return refCount.atomicInc(); |
| 1109 | } |
| 1110 | |
| 1111 | // interface |
| 1112 | int asCScriptEngine::Release() const |
no test coverage detected