| 100 | } |
| 101 | |
| 102 | static void ScriptAny_GetRefCount_Generic(asIScriptGeneric *gen) |
| 103 | { |
| 104 | CScriptAny *self = (CScriptAny*)gen->GetObject(); |
| 105 | *(int*)gen->GetAddressOfReturnLocation() = self->GetRefCount(); |
| 106 | } |
| 107 | |
| 108 | static void ScriptAny_SetFlag_Generic(asIScriptGeneric *gen) |
| 109 | { |
nothing calls this directly
no test coverage detected