| 70 | } |
| 71 | |
| 72 | void TestString(asIScriptGeneric *gen) |
| 73 | { |
| 74 | string s = *(string*)gen->GetArgObject(0); |
| 75 | |
| 76 | assert(s == "Hello"); |
| 77 | } |
| 78 | |
| 79 | void GenericString_Construct(asIScriptGeneric *gen) |
| 80 | { |
nothing calls this directly
no test coverage detected