| 172 | } |
| 173 | |
| 174 | CObject ExceptionObj() |
| 175 | { |
| 176 | asIScriptContext *ctx = asGetActiveContext(); |
| 177 | if( ctx ) ctx->SetException("application exception"); |
| 178 | |
| 179 | return CObject(); |
| 180 | } |
| 181 | |
| 182 | void ExceptionObj_gen(asIScriptGeneric *gen) |
| 183 | { |
nothing calls this directly
no test coverage detected