| 56 | } |
| 57 | |
| 58 | CScriptWeakRef::CScriptWeakRef(asITypeInfo *type) |
| 59 | { |
| 60 | m_ref = 0; |
| 61 | m_type = type; |
| 62 | m_type->AddRef(); |
| 63 | m_weakRefFlag = 0; |
| 64 | } |
| 65 | |
| 66 | CScriptWeakRef::CScriptWeakRef(const CScriptWeakRef &other) |
| 67 | { |
nothing calls this directly
no test coverage detected