| 275 | } |
| 276 | |
| 277 | static void ScriptWeakRefDestruct_Generic(asIScriptGeneric *gen) |
| 278 | { |
| 279 | CScriptWeakRef *self = reinterpret_cast<CScriptWeakRef*>(gen->GetObject()); |
| 280 | self->~CScriptWeakRef(); |
| 281 | } |
| 282 | |
| 283 | void CScriptWeakRef_Get_Generic(asIScriptGeneric *gen) |
| 284 | { |
nothing calls this directly
no test coverage detected