| 2235 | } |
| 2236 | |
| 2237 | static void ScriptArray_opForBegin_Generic(asIScriptGeneric* gen) |
| 2238 | { |
| 2239 | *reinterpret_cast<asUINT*>(gen->GetAddressOfReturnLocation()) = CScriptArray_opForBegin(reinterpret_cast<CScriptArray*>(gen->GetObject())); |
| 2240 | } |
| 2241 | |
| 2242 | static void ScriptArray_opForEnd_Generic(asIScriptGeneric* gen) |
| 2243 | { |
nothing calls this directly
no test coverage detected